资源简介
源码可用,基于DSP28335实现通过spi实现的片外AD7606的数据采集程序

代码片段和文件信息
// TI File $Revision: /main/2 $
// Checkin $Date: January 14 2008 11:17:46 $
//###########################################################################
//
// FILE: DSP2833x_DefaultIsr.c
//
// title: DSP2833x Device Default Interrupt Service Routines.
//
// This file contains shell ISR routines for the 2833x PIE vector table.
// Typically these shell ISR routines can be used to populate the entire PIE
// vector table during device debug. In this manner if an interrupt is taken
// during firmware development there will always be an ISR to catch it.
//
// As develpment progresses these ISR rotuines can be eliminated and replaced
// with the user‘s own ISR routines for each interrupt. Since these shell ISRs
// include infinite loops they will typically not be included as-is in the final
// production firmware.
//
//###########################################################################
// $TI Release: DSP2833x Header Files V1.10 $
// $Release Date: February 15 2008 $
//###########################################################################
#include “DSP2833x_Device.h“ // DSP2833x Headerfile Include File
#include “DSP2833x_Examples.h“ // DSP2833x Examples Include File
// Connected to INT13 of CPU (use MINT13 mask):
// Note CPU-Timer1 is reserved for TI use however XINT13
// ISR can be used by the user.
interrupt void INT13_ISR(void) // INT13 or CPU-Timer1
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm (“ ESTOP0“);
for(;;);
}
// Note CPU-Timer2 is reserved for TI use.
interrupt void INT14_ISR(void) // CPU-Timer2
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm (“ ESTOP0“);
for(;;);
}
interrupt void DATALOG_ISR(void) // Datalogging interrupt
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm (“ ESTOP0“);
for(;;);
}
interrupt void RTOSINT_ISR(void) // RTOS interrupt
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm (“ ESTOP0“);
for(;;);
}
interrupt void EMUINT_ISR(void) // Emulation interrupt
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm (“ ESTOP0“);
for(;;);
}
interrupt void NMI_ISR(void) // Non-maskable interrupt
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm (“ ESTOP0“);
for(;;);
}
interrupt void ILLEGAL_ISR(void) // Illegal operation TRAP
{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after ins
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 517 2014-09-01 19:27 DSP28335 AD7606源码\.ccsproject
文件 22085 2014-09-01 19:34 DSP28335 AD7606源码\.cproject
文件 4510 2015-07-25 14:22 DSP28335 AD7606源码\.launches\AD7606.launch
文件 836 2014-09-01 19:27 DSP28335 AD7606源码\.project
文件 62 2014-09-01 19:27 DSP28335 AD7606源码\.settings\org.eclipse.cdt.codan.core.prefs
文件 123 2014-09-01 19:27 DSP28335 AD7606源码\.settings\org.eclipse.cdt.debug.core.prefs
文件 406 2014-09-01 19:31 DSP28335 AD7606源码\.settings\org.eclipse.core.resources.prefs
文件 8437 2013-05-23 16:02 DSP28335 AD7606源码\cmd\DSP2833x_Headers_nonBIOS.cmd
文件 4053 2013-05-23 11:34 DSP28335 AD7606源码\cmd\F28335_RAM_lnk.cmd
文件 63829 2015-07-25 14:22 DSP28335 AD7606源码\Debug\AD7606.map
文件 208910 2015-07-25 14:22 DSP28335 AD7606源码\Debug\AD7606_li
文件 750 2019-08-25 19:40 DSP28335 AD7606源码\Debug\ccsObjs.opt
文件 289 2019-08-25 19:40 DSP28335 AD7606源码\Debug\cmd\subdir_rules.mk
文件 374 2019-08-25 19:40 DSP28335 AD7606源码\Debug\cmd\subdir_vars.mk
文件 5985 2019-08-25 19:40 DSP28335 AD7606源码\Debug\makefile
文件 250 2019-08-25 19:40 DSP28335 AD7606源码\Debug\ob
文件 4189 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_DefaultIsr.pp
文件 3329 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_GlobalVariableDefs.pp
文件 4021 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_Gpio.pp
文件 4329 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_InitPeripherals.pp
文件 4105 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_PieCtrl.pp
文件 4105 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_PieVect.pp
文件 4105 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_SysCtrl.pp
文件 4049 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\DSP2833x_Xintf.pp
文件 7798 2019-08-25 19:40 DSP28335 AD7606源码\Debug\source\src\subdir_rules.mk
文件 2246 2019-08-25 19:40 DSP28335 AD7606源码\Debug\source\src\subdir_vars.mk
文件 7387 2019-08-25 19:40 DSP28335 AD7606源码\Debug\source\subdir_rules.mk
文件 2682 2019-08-25 19:40 DSP28335 AD7606源码\Debug\source\subdir_vars.mk
文件 4195 2015-07-25 14:22 DSP28335 AD7606源码\Debug\source\user_main.pp
文件 2044 2019-08-25 19:40 DSP28335 AD7606源码\Debug\sources.mk
............此处省略76个文件信息
- 上一篇:Labview信号调频
- 下一篇:简单四则运算计算器附带乘方运算
相关资源
- CCS5.05.1可使用的license
- dsp2812上128点FFTc程序以及其CMD文件
- DSP28335程序片内FLASH搬运至RAM运行的
- AD7606采集程序
- 基于DSP2812的以太网调试程序
- DSP与PC通讯的几种方法
- DSP 语音识别程序 DTW MFCC
- 创龙C66x平台GigE工业相机图像采集案例
- VC工程转Qt工程文件的工具
- 基于DSP的大功率开关电源的设计方案
- 基于DSP 56F801的正弦波输出DC/AC电源
- 基于DSP的大功率开关电源设计
- 基于ARM7和DSP的逆变电源设计电路
- 基于运动控制器MCK2407的无刷直流电机
- es(elasticsearch)整合SpringCloudSpringBo
- tms320c6748 DSP原理图 SCH PCB
- TMS320F280049最小系统原理图
- F280049C_CMPSS_01.zip
- 基于DSP的矿用静止无功发生器的研制
- 基于DSP的矿井提升机永磁同步电机D
- 基于DSP的SVPWM变频调速系统
- 基于DSP的下一代车载娱乐系统
- DSP控制器原理及其在运动控制系统中
- 北京交通大学-数字图像处理试卷+ 答
- 十字路口交通灯.pdsprj
- 用DSP Builder实现FIR滤波器
- TMS320C54X DSP结构、原理及应用(第二版
- DSP 28035 源码
- PCI总线接口与DSP的HPI接口
- 基于DSP交流伺服系统与CAN总线的通信
评论
共有 条评论