资源简介
源码可用,基于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信号调频
- 下一篇:简单四则运算计算器附带乘方运算
相关资源
- DSP原理及应用试题
- dsp-fir滤波器的设计汇编程序
- 正交解码电路和捕获单元在转角和转
- dsp常用例程汇编语言
- DSP_AD采样程序
- 基于DSP2812的DS18B20温度采集
- 利用DSP F28335 实现了12864显示工程
- DSP28335开发板最小系统
- DSP入门教程(非常经典)
- 基于dsp的FIR低通数字滤波器器设计
- ad7606使用说明.docx
- 基于DSP_TMS320C5402的FIR数字滤波器设计
- DSP2812封装库
- TMS320C54x_fir滤波器的实现_dsp_包含源代
- 关于ccs的一个简单图像处理
- ADSP-21489中文数据手册.rar
- 基于TMS320C5509DSP的无线语音传输采集传
- 5509做的一些实验ccs4噪声比较大.zip
- DSP F2812 电机控制源程序
- 基于DSP指纹识别核心算法的设计与实
- 基于DSP28335的四路PWM移相代码
- 基于DSP28335的4路PWM移相程序
- TMS320F2812 DSP引脚说明
- SVPWM技术在dsPIC上的实现.pdf
- 基于DSP的数据采集程序
- dsp 28335的实验报告 带滤波的AD采样
- dsp2812外部中断控制实验程序
- 基于DSP 的通用语音信号处理系统的设
- 用dsPIC30F3010实现无刷直流电机的无传
- 《TI DSP在音频处理中的应用》程序代
评论
共有 条评论