资源简介
包含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个文件信息
相关资源
- Micrium.RTOS.1.0.0.pack
- ISE_14.7_license.lic
- stm32f103c8t6 4 oled.rar
- mpu6050+hmc5883L.rar
- 嵌入式图形界面MiniGUI的示例程序9例
- MP3文件ID3v2ID3v2APEv2标签读取
- 课程作业:模拟仓库管理系统
- ARM嵌入式项目实战
- 一个简单实用个人日记管理系统
- 带时间温度显示的室内灯光控制系统
- 成绩管理系统(数据结构)
- uCOS编译环境建立 BC45 TASM
- FIR低通滤波器 ccs运行环境
- stm32 用SPI 方式读写 SDHC
- 自动售货机的内部嵌入式系统
- 51单片机中使用ucos ii的优缺点
- 嵌入式实时操作系统ucos-II 第二版 源
- 基于串口设备的嵌入式Web服务器系统
- 基于LW IP的嵌入式串口服务器的设计与
- 一种嵌入式串口共享服务器的设计
- 21天学会嵌入式开发STM32.zip
- 嵌入式智能平台为城市一卡通打造智
- 研祥“EVOC”嵌入式智能平台在
- ARM7TDMI-S在嵌入式系统中的Bootloader代码
- LPC2000系列微控制器应对嵌入式需求
- 嵌入式实时操作系统μC/OS-II与eCos的
- 基于STM32的嵌入式双目图像采集系统设
- 嵌入式实时操作系统在DATU中的应用
- 嵌入式实时操作系统μC/OS-II下通用驱
- 嵌入式实时操作系统μC/OS-II在ARM上的
评论
共有 条评论