资源简介
单片机TMS320F28027的温度测试及点灯CCS程序,其中包含了一个基于28027芯片自带的温度测试软件,可以测试芯片的温度。还包括一个28027流水灯程序,温度测试程序不需要修改。
代码片段和文件信息
// TI File $Revision: /main/5 $
// Checkin $Date: December 16 2009 16:43:59 $
//###########################################################################
//
// FILE: DSP2802x_Adc.c
//
// title: DSP2802x ADC Initialization & Support Functions.
//
//###########################################################################
// $TI Release: 2802x C/C++ Header Files V1.25 $
// $Release Date: December 18 2009 $
//###########################################################################
#include “DSP2802x_Device.h“ // DSP2802x Headerfile Include File
#include “DSP2802x_Examples.h“ // DSP2802x Examples Include File
#define ADC_usDELAY 1000L
//---------------------------------------------------------------------------
// InitAdc:
//---------------------------------------------------------------------------
// This function initializes ADC to a known state.
//
// NOTE: ADC INIT IS DIFFERENT ON 2802x DEVICES COMPARED TO OTHER 28X DEVICES
//
void InitAdc(void)
{
extern void DSP28x_usDelay(Uint32 Count);
// *IMPORTANT*
// The Device_cal function which copies the ADC calibration values from TI reserved
// OTP into the ADCREFSEL and ADCOFFTRIM registers occurs automatically in the
// Boot ROM. If the boot ROM code is bypassed during the debug process the
// following function MUST be called for the ADC to function according
// to specification. The clocks to the ADC MUST be enabled before calling this
// function.
// See the device data manual and/or the ADC Reference
// Manual for more information.
EALLOW;
SysCtrlRegs.PCLKCR0.bit.ADCENCLK = 1;
(*Device_cal)();
EDIS;
// To powerup the ADC the ADCENCLK bit should be set first to enable
// clocks followed by powering up the bandgap reference circuitry and ADC core.
// Before the first conversion is performed a 5ms delay must be observed
// after power up to give all analog circuits time to power up and settle
// Please note that for the delay function below to operate correctly the
// CPU_RATE define statement in the DSP2802x_Examples.h file must
// contain the correct CPU clock period in nanoseconds.
EALLOW;
AdcRegs.ADCCTL1.bit.ADCBGPWD = 1; // Power ADC BG
AdcRegs.ADCCTL1.bit.ADCREFPWD = 1; // Power reference
AdcRegs.ADCCTL1.bit.ADCPWDN = 1; // Power ADC
AdcRegs.ADCCTL1.bit.ADCENABLE = 1; // Enable ADC
AdcRegs.ADCCTL1.bit.ADCREFSEL = 0; // Select interal BG
EDIS;
DELAY_US(ADC_usDELAY); // Delay before converting ADC channels
}
void InitAdcAio()
{
EALLOW;
/* Configure ADC pins using AIO regs*/
// This specifies which of the possible AIO pins will be Analog input pins.
// NOTE: AIO1357-9111315 are analog inputs in all AIOMUX1 configurations.
// Comment out
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-05-02 17:30 DSP温度测试\
目录 0 2014-04-18 23:04 DSP温度测试\DSP\
目录 0 2014-04-18 23:03 DSP温度测试\DSP\DSP2802x_common\
目录 0 2014-04-18 23:03 DSP温度测试\DSP\DSP2802x_common\cmd\
文件 5975 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\280200_RAM_lnk.cmd
文件 6387 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\28020_RAM_lnk.cmd
文件 6387 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\28021_RAM_lnk.cmd
文件 6387 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\28022_RAM_lnk.cmd
文件 6387 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\28023_RAM_lnk.cmd
文件 6387 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\28026_RAM_lnk.cmd
文件 6387 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\28027_RAM_lnk.cmd
文件 8195 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\F28020.cmd
文件 7848 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\F280200.cmd
文件 8191 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\F28021.cmd
文件 8197 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\F28022.cmd
文件 8193 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\F28023.cmd
文件 8196 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\F28026.cmd
文件 8204 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\cmd\F28027.cmd
目录 0 2014-04-18 23:03 DSP温度测试\DSP\DSP2802x_common\gel\
目录 0 2014-04-18 23:03 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\
文件 19178 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\f28020.gel
文件 19177 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\f280200.gel
文件 19174 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\f28021.gel
文件 19176 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\f28022.gel
文件 19171 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\f28023.gel
文件 19172 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\f28026.gel
文件 19176 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\ccsv4\f28027.gel
文件 60668 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\f28020.gel
文件 60672 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\f280200.gel
文件 60668 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\f28021.gel
文件 61569 2013-08-15 12:45 DSP温度测试\DSP\DSP2802x_common\gel\f28022.gel
............此处省略299个文件信息
相关资源
- 完全可移植的CCS9.3 TMS320F280049C工程
- DSP使用软件CCS安装教程及驱动安装教
- DSPC6000 CCS矩阵求逆
- TMS320F28335系列头文件、库文件、cmd等
- CCS5.5安装包与licence以及安装教程.zi
- 超详细CCS6.2使用方法说明
- CCSK 练习题 (带答案60道中文60道英文
- CCS6.0 注释汉字字体太小的解决方法,
- CCS软件官网各个版本的及安装说明书
- DSP imglib C64x+的CCS4工程文件
- CCS6.0教程
- SEED-XDS510PLUS仿真器安装、使用指南-
- CCS智能船舶规范2015
- CCS配置操作多媒体动画教程
- CCS5.3+官方地址及破解证书
- 教你如何使用CCS进行DSP编程-从入门到
- CCS V6软件
- TI公司推出的CCS3.3开发环境中文入门指
- DSP的CSL支持库
- ccs库文件
- Code_Composer_Studio(CCS)集成开发环境(
- Code Composer Studio(CCS)集成开发环境
- PIC CCS C编译器使用手册
- CCS破解安装包
- CCS6软仿真所需CCS5.5软件仿真相关文件
- DSP CCS的入门、进阶的经典合集自己整
- ccs2.0免费软件使用 网页版
- CCS5.4超详细版安装教程
- DSP6713各模块例程 CCS3.3
- 基于TMS320VC5509的CCS软件设计集 郑海波
评论
共有 条评论