-
大小: 1.09MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-08-15
- 语言: 其他
- 标签: C2000 DSP Tms320f28027 例程
资源简介
C2000 DSP Tms320f28027 TI 官方例程 V127版本 for CCSV4 & V5
代码片段和文件信息
// 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 Header Files V1.27 $
// $Release Date: June 28 2010 $
//###########################################################################
#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 other unwa
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-05-23 00:49 v127\
目录 0 2014-05-23 00:49 v127\doc\
文件 602392 2013-08-15 13:45 v127\doc\controlSUITE_DSP2802x_HeaderFiles_Quickstart_Readme.pdf
文件 41417 2013-08-15 13:45 v127\doc\Example_ISRPriorities.pdf
文件 66585 2013-08-15 13:45 v127\doc\Internal_Oscillator_Compensation_Functions.pdf
文件 33754 2013-08-15 13:45 v127\doc\SFO_Library_V6_Errata.pdf
目录 0 2014-05-23 00:49 v127\DSP2802x_common\
目录 0 2014-05-23 00:49 v127\DSP2802x_common\cmd\
文件 5965 2013-08-15 13:45 v127\DSP2802x_common\cmd\280200_RAM_lnk.cmd
文件 6377 2013-08-15 13:45 v127\DSP2802x_common\cmd\28020_RAM_lnk.cmd
文件 6377 2013-08-15 13:45 v127\DSP2802x_common\cmd\28021_RAM_lnk.cmd
文件 6377 2013-08-15 13:45 v127\DSP2802x_common\cmd\28022_RAM_lnk.cmd
文件 6377 2013-08-15 13:45 v127\DSP2802x_common\cmd\28023_RAM_lnk.cmd
文件 6377 2013-08-15 13:45 v127\DSP2802x_common\cmd\28026_RAM_lnk.cmd
文件 6377 2013-08-15 13:45 v127\DSP2802x_common\cmd\28027_RAM_lnk.cmd
文件 8185 2013-08-15 13:45 v127\DSP2802x_common\cmd\F28020.cmd
文件 7838 2013-08-15 13:45 v127\DSP2802x_common\cmd\F280200.cmd
文件 8181 2013-08-15 13:45 v127\DSP2802x_common\cmd\F28021.cmd
文件 8187 2013-08-15 13:45 v127\DSP2802x_common\cmd\F28022.cmd
文件 8183 2013-08-15 13:45 v127\DSP2802x_common\cmd\F28023.cmd
文件 8186 2013-08-15 13:45 v127\DSP2802x_common\cmd\F28026.cmd
文件 8194 2013-08-15 13:45 v127\DSP2802x_common\cmd\F28027.cmd
目录 0 2014-05-23 00:49 v127\DSP2802x_common\gel\
目录 0 2014-05-23 00:49 v127\DSP2802x_common\gel\ccsv4\
文件 19073 2013-08-15 13:45 v127\DSP2802x_common\gel\ccsv4\f28020.gel
文件 19068 2013-08-15 13:45 v127\DSP2802x_common\gel\ccsv4\f280200.gel
文件 19067 2013-08-15 13:45 v127\DSP2802x_common\gel\ccsv4\f28021.gel
文件 19067 2013-08-15 13:45 v127\DSP2802x_common\gel\ccsv4\f28022.gel
文件 19068 2013-08-15 13:45 v127\DSP2802x_common\gel\ccsv4\f28023.gel
文件 19067 2013-08-15 13:45 v127\DSP2802x_common\gel\ccsv4\f28026.gel
文件 19069 2013-08-15 13:45 v127\DSP2802x_common\gel\ccsv4\f28027.gel
............此处省略289个文件信息
- 上一篇:ESP8266全部开发资料
- 下一篇:flood洪水攻击代码
相关资源
- 用ADS进行功率放大器设计
- Crack_dsp_builder_11.0
- 基于英飞凌XC2000的电动车用PMSM矢量控
- DSP语音识别教程+源代码
- YMU836 CODEC 说明书
- 手把手教你学DSP源程序
- TM4C123G DSP库移植keil版
- TMS320F2812所有使用手册pdf
- TI dsp的Flash烧写工具
- STM32F103dsp库
- dsp28335官方例程
- STM32的DSP库
- DSP28335 SYS/BIOS
- HDLC大全(协议、CRC校验、FPGA和DSP实现
- CAMtastic2000
- 基于TMS320F2837x的三相vienna整流器设计
- Dspace使用入门
- DSP28335控制单相逆变器双闭环控制程序
- 2017年全国电子设计竞赛第十三届资料
- 玻尔电子护卫舰版之SXD28335_QFP软件例
- STM32F407音频处理代码-Cortex-M4 DSP数字音
- 电机的DSP控制技术及其应用.pdf
- TI dsp28335浮点运算库
- 6 TMS320F28335芯片资料主芯片.rar
- 南邮数字信号处理历年真题及答案2
- dsPIC数字信号控制器入门与实战.入门
- TMS320C28X系列DSP的CPU与外设.rar
- TMS320F 2812 DSP应用精讲
- 信号处理算法的实时DSP实现
- DSP技术实验指导书的光盘彭启宗
评论
共有 条评论