搜索资源列表
qdmatest
- QDMA演示程序,带中断服务程序的,是不可多得的DSP程序参考例子-quad division multiple access demo program, with a break in service procedures, is a rare example of DSP reference procedures
TMS320系列DSP中断矢量表的编写和链接
- TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in the DSP programming, if users
ccs_tsk
- 在CCS中在HWI硬件中断服务中启动TSK任务线程的例子,适合于学习硬件中断,任务线程。-in CCS in HWI hardware interrupt service launched TSK task threads example, suitable for learning hardware interrupt, threaded tasks.
hwi_swi
- CCS开发环境下,在HWI硬件中断服务中启动SWI软件中断线程的源码,适合学习软件&硬件中断-CCS development environment, HWI hardware interrupt service interruption started SWI threaded software source code, for learning software & hardware interrupt
TIMER123
- 1.可组合给定内容的程序,利用示波器测量XF或LED0管脚的信号频率。 2.可修改定时器中断服务程序,使三个发光极管每隔1秒钟轮流点亮一次。-1. Portfolio will be content to the procedure, and use oscilloscope measurement XF or LED0 pin signal frequency. 2. Amend timer interrupt service routine, three-top every one li
semtest
- ccs中HWI硬件中断服务中启动SWI软件中断线程的例子,已经经过调试-ccs which HWI hardware interrupt service launched SWI software interrupted threads example, after debugging
TimerFOR5509
- DSP的配置TIMERO进行计数并产生中断,通过调用中断服务子程序,进行处理-DSP configuration TIMERO count and have interrupted by a break in service subroutine call, processed
TsinghuaUniversity_DSP_HuGuangShu_LAB_Code
- 数字信号处理实验环节(开发环境用CCS2.2)Add-on Laboratory for DSP课程说明:数字信号处理实验环节是由清华大学研究生公共课程《数字信号处理》的因材施教实验环节。该环节的主要目的是帮助学生熟悉和掌握利用数字信号处理器件(DSP)进行数字信号处理算法的工程实现的基本过程和基本方法。所有选修《数字信号处理》课程的学生均可报名参加。但是受实验条件所限,实际可以接受的人数为40-50人。-digital signal processing experiments (develo
ASF
- DSPack环境下开发的视频动态采集服务功能,最多支持8个用户的服务,访问服务:mms://ip:-DSPack environment dynamic development of the video collection service functions, to support up to eight users of services, access services : and@mms-j.jp : / / ip :
54X基础实验4
- 1. 熟悉C5400的连接时的配置 2. 熟悉中断矢量表的意义及其作用 3. 学习编写中断服务程序-1. Publishing connection with the distribution of two. Interrupt Vector Table familiar with the meaning and role of three. Learning interrupt service program
ev_timer_period
- This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine. EVA Timer 1 has the shortest period while EVB
flash
- This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine.
ex7_CAN
- 程序所在目录:ex7_CAN 由于调试CAN总线通讯需要外部的CAN设备。所以在没有外部CAN设备的情况下,本样例程序中采用了CAN的自测试模式通信,即使用CANBOX4发送CANBOX0接收。在定时器中断服务程序中执行发送;中断方式接收CAN信息。 打开CC2000,进行如下操作: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL,编译链接 3. File->Load Progra
2407ADC
- 该程序用事件管理器B的定时器4定时时间来触发A/D采样的启动。采样时采用级联模式,一次做16个转换,转换通道分别是0~15。转换完成后,在A/D中断服务子程序中将转换结果读出。该程序做一次A/D采样。 -The program manager with the events of the timer 4 timing B to trigger A/D sampling start. Sample used in cascade mode, do a 16 conversion, conver
VisualDSP++5.0_Update_6_Release_Notes
- VisualDSP++ 5.0 Service Pack 6 update Manual
TImer
- 能较为准确的计时并将时钟、分钟、秒钟显示到数码管上,此实验是利用DSP的定时器做时钟,并将时钟、分钟、秒钟显示到数码管上。编写程序时先编写定时器初始化程序,运用DSP定时器来定时计数,并通过定时器中断服务程序刷新数码管。其硬件连接原理图和I/O端口地址译码请参考实验五输入输出模块中的数码显示输出模块。-Can be more accurate timing and the clock, minutes, seconds display to digital control, this exper
SINEWAVE
- 利用定时器产生一个2kHz 的正弦信号。定时器被设置成每25uS 产生一次中断(等效于采样速率为40K)。利用该中断,在中断服务程序中用叠代算法计算出一个SIN值,并利用CCS 的图形显示功能查看波形。开发环境为ccs2.2,硬件为DES5410APP-U开发板。-Use timer to produce a 2kHz sinusoidal signal. Timer is set to generate an interrupt each 25uS (equivalent to the sam
MCBSP
- 研究McBSP 串口的操作,包括串口的初始化和发送中断服务程序的编写。使用一套DES5410APP-U 系统。使用短路子将J6 的 DR2(5 脚)和DX2(7 脚)短路,将数据发送端与数据接收端相连。从串口发送一个正弦信号(该正弦数据由‘VC5410 的ROM 提供),然后在从串口接收该正弦信号,并使用CCS 的图形工具观察结果。-McBSP serial port of the operation, including the serial port initialization and
DSP2812chuankoushezhihezhongduanfuwu
- DSP2812串口设置及中断服务之C++程序-DSP2812 serial set and a break in service of the C++ program
DSP2812chuankoushezhihezhongduanfuwu
- DSP2812串口设置及中断服务之C++程序-DSP2812 serial set and a break in service of the C++ program