资源简介
dsp28335实例,包含adc,dma,ecan,epwm,eqep,flash等外设模块实例
代码片段和文件信息
// TI File $Revision: /main/5 $
// Checkin $Date: October 23 2007 13:34:09 $
//###########################################################################
//
// FILE: DSP2833x_Adc.c
//
// title: DSP2833x ADC Initialization & Support Functions.
//
//###########################################################################
// $TI Release: DSP2833x/DSP2823x Header Files V1.20 $
// $Release Date: August 1 2008 $
//###########################################################################
#include “DSP2833x_Device.h“ // DSP2833x Headerfile Include File
#include “DSP2833x_Examples.h“ // DSP2833x Examples Include File
#define ADC_usDELAY 5000L
//---------------------------------------------------------------------------
// InitAdc:
//---------------------------------------------------------------------------
// This function initializes ADC to a known state.
//
void InitAdc(void)
{
extern void DSP28x_usDelay(Uint32 Count);
// *IMPORTANT*
// The ADC_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;
ADC_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 DSP2833x_Examples.h file must
// contain the correct CPU clock period in nanoseconds.
AdcRegs.ADCTRL3.all = 0x00E0; // Power up bandgap/reference/ADC circuits
DELAY_US(ADC_usDELAY); // Delay before converting ADC channels
}
//===========================================================================
// End of file.
//===========================================================================
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7281 2008-07-28 09:29 dsp28335例程\DSP2833x_common\cmd\28332_RAM_lnk.cmd
文件 7484 2008-07-28 09:29 dsp28335例程\DSP2833x_common\cmd\28334_RAM_lnk.cmd
文件 7491 2011-11-14 11:38 dsp28335例程\DSP2833x_common\cmd\28335_RAM_lnk.cmd
文件 8985 2008-07-28 09:29 dsp28335例程\DSP2833x_common\cmd\F28332.cmd
文件 9561 2008-07-28 09:29 dsp28335例程\DSP2833x_common\cmd\F28334.cmd
文件 9563 2008-07-28 09:29 dsp28335例程\DSP2833x_common\cmd\F28335.cmd
文件 115426 2008-05-30 14:12 dsp28335例程\DSP2833x_common\gel\f28232.gel
文件 120003 2008-05-30 14:12 dsp28335例程\DSP2833x_common\gel\f28234.gel
文件 120104 2008-05-30 14:11 dsp28335例程\DSP2833x_common\gel\f28235.gel
文件 116072 2008-05-30 14:10 dsp28335例程\DSP2833x_common\gel\f28332.gel
文件 120645 2008-05-30 14:10 dsp28335例程\DSP2833x_common\gel\f28334.gel
文件 120746 2008-05-30 14:09 dsp28335例程\DSP2833x_common\gel\f28335.gel
文件 6320 2008-07-28 09:29 dsp28335例程\DSP2833x_common\include\DSP2833x_DefaultIsr.h
文件 1998 2008-07-28 09:29 dsp28335例程\DSP2833x_common\include\DSP2833x_Dma_defines.h
文件 3993 2008-07-28 09:29 dsp28335例程\DSP2833x_common\include\DSP2833x_EPwm_defines.h
文件 5524 2011-11-15 21:24 dsp28335例程\DSP2833x_common\include\DSP2833x_Examples.h
文件 8427 2011-11-13 23:52 dsp28335例程\DSP2833x_common\include\DSP2833x_GlobalPrototypes.h
文件 4073 2008-07-28 09:29 dsp28335例程\DSP2833x_common\include\DSP2833x_I2c_defines.h
文件 145088 2008-07-28 09:29 dsp28335例程\DSP2833x_common\include\DSP2833x_SWPrioritizedIsrLevels.h
文件 761 2008-07-28 09:29 dsp28335例程\DSP2833x_common\include\DSP28x_Project.h
文件 151677 2008-07-28 09:29 dsp28335例程\DSP2833x_common\include\IQmathLib.h
文件 2056 2007-05-01 12:57 dsp28335例程\DSP2833x_common\include\SFO.h
文件 2993 2007-06-26 14:05 dsp28335例程\DSP2833x_common\include\SFO_V5.h
文件 625984 2008-07-09 16:57 dsp28335例程\DSP2833x_common\lib\IQmath.lib
文件 861356 2008-07-09 17:04 dsp28335例程\DSP2833x_common\lib\IQmath_fpu32.lib
文件 7906612 2010-04-29 10:54 dsp28335例程\DSP2833x_common\lib\rts2800_fpu32.lib
文件 5822 2005-09-08 10:58 dsp28335例程\DSP2833x_common\lib\SFO_TI_Build.lib
文件 25944 2007-08-28 14:29 dsp28335例程\DSP2833x_common\lib\SFO_TI_Build_fpu.lib
文件 26482 2007-06-26 14:06 dsp28335例程\DSP2833x_common\lib\SFO_TI_Build_V5.lib
文件 26264 2007-11-19 12:32 dsp28335例程\DSP2833x_common\lib\SFO_TI_Build_V5B.lib
............此处省略1165个文件信息
- 上一篇:南京市道路网数据kml格式
- 下一篇:基于FPGA的VGA视频显示弹弹球游戏
相关资源
- proteus仿真实例56706
- s7-300经典应用
- 实战SAP程序开发—从学SAP+ABAP编程(全
- Lab Windows_CVI逐步深入与开发书pdf文档
- ANSYS LS-dyna显示动力学讲义源文件
- bootstrap中文参考+经典
- LabVIEW数据采集DAQ源代码,菜鸟飞跃的
- DSP28335串口二阶BOOT源码
- 最实用、最详细的Xcode4.3开发第一个
- JSF登录的 Eclipse
- 离线google地图API含sample+瓦片资源
- Arcengine二次开发教程
- DSP28346的中文数据手册
- 毕业设计项目源码 5个项目
- VHDL全集+代码
- powerbuilder的
- opnet仿真zigbee
- FLUENT经典算例合集7个
- DSP28335中文手册
- 混合动力SUV汽车的SysML建模
- Comsol软件电池与燃料电池模块简介
- flash as2.0基础编程集锦
- libusb 写的发送、接受方法
- 24个DIV+CSS 经典 源码
- s7-200应用中文
- 威纶通项目
- mschart 经典
- mapinfo教程详解彻底学会mapinfo
- Bootstrap和PPT讲解
- 台达PLC 编程101
评论
共有 条评论