资源简介
包含TI官网的DSP281x相关头文件、cmd文件,各个功能模块的Demo
代码片段和文件信息
// TI File $Revision: /main/2 $
// Checkin $Date: April 29 2005 11:11:45 $
//###########################################################################
//
// FILE: DSP281x_Adc.c
//
// title: DSP281x ADC Initialization & Support Functions.
//
//###########################################################################
// $TI Release: DSP281x C/C++ Header Files V1.20 $
// $Release Date: July 27 2009 $
//###########################################################################
#include “DSP281x_Device.h“ // DSP281x Headerfile Include File
#include “DSP281x_Examples.h“ // DSP281x Examples Include File
#define ADC_usDELAY 8000L
#define ADC_usDELAY2 20L
//---------------------------------------------------------------------------
// InitAdc:
//---------------------------------------------------------------------------
// This function initializes ADC to a known state.
//
void InitAdc(void)
{
extern void DSP28x_usDelay(Uint32 Count);
// To powerup the ADC the ADCENCLK bit should be set first to enable
// clocks followed by powering up the bandgap and reference circuitry.
// After a 5ms delay the rest of the ADC can be powered up. After ADC
// powerup another 20us delay is required before performing the first
// ADC conversion. Please note that for the delay function below to
// operate correctly the CPU_CLOCK_SPEED define statement in the
// DSP28_Examples.h file must contain the correct CPU clock period in
// nanoseconds. For example:
AdcRegs.ADCTRL3.bit.ADCBGRFDN = 0x3; // Power up bandgap/reference circuitry
DELAY_US(ADC_usDELAY); // Delay before powering up rest of ADC
AdcRegs.ADCTRL3.bit.ADCPWDN = 1; // Power up rest of ADC
DELAY_US(ADC_usDELAY2); // Delay after powering up ADC
}
//===========================================================================
// No more.
//===========================================================================
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
I.A.... 541141 2009-08-03 17:13 DSP281x\v120\doc\DSP281x_HeaderFiles_QuickStart_Readme.pdf
I.A.... 6680 2009-08-04 09:30 DSP281x\v120\DSP281x_common\cmd\F2810.cmd
I.A.... 7285 2009-08-04 09:30 DSP281x\v120\DSP281x_common\cmd\F2812.cmd
I.A.... 3784 2009-08-04 09:30 DSP281x\v120\DSP281x_common\cmd\F2812_EzDSP_RAM_lnk.cmd
I.A.... 7479 2009-08-04 09:30 DSP281x\v120\DSP281x_common\cmd\F2812_XintfBoot.cmd
I.A.... 4799 2009-08-04 09:30 DSP281x\v120\DSP281x_common\include\DSP281x_DefaultIsr.h
I.A.... 3251 2009-08-04 09:30 DSP281x\v120\DSP281x_common\include\DSP281x_Examples.h
I.A.... 2544 2009-08-04 09:30 DSP281x\v120\DSP281x_common\include\DSP281x_GlobalPrototypes.h
I.A.... 146860 2009-08-04 09:30 DSP281x\v120\DSP281x_common\include\DSP281x_SWPrioritizedIsrLevels.h
I.A.... 2018 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_Adc.c
I.A.... 1900 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_CodeStartBranch.asm
I.A.... 4166 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_CpuTimers.c
I.A.... 2418 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_CSMPasswords.asm
I.A.... 873 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_DBGIER.asm
I.A.... 25437 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_DefaultIsr.c
I.A.... 8336 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_ECan.c
I.A.... 1071 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_Ev.c
I.A.... 1666 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_Gpio.c
I.A.... 1871 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_InitPeripherals.c
I.A.... 5767 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_Mcbsp.c
I.A.... 1323 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_MemCopy.c
I.A.... 2557 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_PieCtrl.c
I.A.... 5414 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_PieVect.c
I.A.... 1151 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_Sci.c
I.A.... 1117 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_Spi.c
I.A.... 36116 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_SWPrioritizedDefaultIsr.c
I.A.... 9459 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_SWPrioritizedPieVect.c
I.A.... 8543 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_SysCtrl.c
I.A.... 2525 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_usDelay.asm
I.A.... 6825 2009-08-04 09:30 DSP281x\v120\DSP281x_common\source\DSP281x_Xintf.c
............此处省略300个文件信息
相关资源
- 计算机系统实验设计设计一台嵌入式
- 计算机系统实验设计设计一台嵌入式
- linux下ftp客户端程序的C实现
- ARM9嵌入式系统设计基础教程(与教材
- LKHWin-3.0.2
- Linux_C编程一站式学习_最新版.pdf
- 基于S3C2410嵌入式keil开发实验与实践
- 嵌入式课程设计《数字相框》工程文
- TE2440-II全部用户手册.rar
- 徐士良C常用算法程序集第三版高清电
- 嵌入式系统PPT
- 学生管理系统-windows
- Qt4 图形设计与嵌入式开发 高清完整版
- IAR EWARM V5嵌入式系统应用编程与开发
- 蓝桥杯嵌入式CT117E程序
- 实时UML——开发嵌入式系统高效对象
- ARM嵌入式WINCE实践教程.pdf
- 鸟哥的Linux私房菜基础学习篇第四版
- BECKHOFF嵌入式PC从入门到精通
- 电机模糊pid控制
- 嵌入式LINUX计算器的实现
- BECKHOFF嵌入式PC从入门到精通V2.03.pdf
- DSP嵌入式系统开发典型案例书籍和源
- uCOS-III 嵌入式实时操作系统中文版.
- PowerPC详细教程
- 嵌入式实习-day8、9-智能家居系统相关
- Qt嵌入式虚拟键盘
- 嵌入式实时操作系统的多线程计算-
- 实现任意多边形的最小外接圆
- 嵌入式电子相册设计实现了bmp格式图
评论
共有 条评论