搜索资源列表
TMS320系列DSP中断矢量表的编写和链接
- TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in the DSP programming, if users
TMS320-DSP-vectors
- 基于C语言设置TMS320 DSP中断向量表: 随着DSP芯片应用的不断深入,用C语言开发DSP芯片,不仅可以使DSP芯片的开发速度大大提高,也使得程序的修改和移植变得十分方便。C语言设置TMS320系列DSP中断向量表是高级语言开发DSP的一个具体应用。
DSP-INT
- TI公司生产的C54系列DSP中断实验程序
DEC6713_Timer.rar
- dsp tms320c6713 定时器中断源程序,完整的,dsp tms320c6713 time
uart_test
- DM642 DSP串口中断测试程序,可实现串口收发-DM642 DSP serial port interrupt test procedure can be realized serial transceiver
dsp-cap
- 该程序在DSP2407芯片上实现捕获中断,通过捕获中断计算出外部信号的频率。频率的数值通过数码管显示出来。是一个C语言工程文件,对dsp2000编程很有参考意义。-The program in the DSP2407 chip capture interrupt, interrupted by capturing external signals to calculate the frequency. Numerical frequency through digital tube displa
dsp
- 基于tms320c5509下的内部和外部中断编程-interruption base in tms320c5509
DSP调试g723_idl
- 有关在HWI硬件中断中使用IDL线程的例子,在ccs中可以直接运行,新手必备-in HWI hardware interrupt use IDL threads example, can be directly ccs running, and newcomers must
DSP
- 指令实验、存储器、串行口、同步串口、步进电机、硬件中断、定时器、交通灯、直流电机、滤波器-Experimental instructions, memory, serial port, synchronous serial, stepper motor, hardware interrupt, timer, traffic lights, DC motor, filter
project
- DSP的几个例程 外部中断 定时器中断 和AD转换的几个程序 -Several DSP external interrupt timer interrupt routine and the number of procedures for AD conversion
DSP
- dsp 课件,包括dsp的硬件结构,存储器结构,程序控制,中断处理以及寻址,和指令系统。-dsp courseware, including the dsp hardware structure, memory structure, process control, interrupt handling, as well as addressing, and instruction.
DSP
- 描述了DSP外部中断的使用及使用DSP中断向量表,来进行基本的中断操作,是学习中断的典型程序。-It descr ipt the use of interuption and the use of vector table,and also ,its a typical code for the study DSP interuption
ExInt
- DSP程序 TI公司的C5402 中断实验程序-TI' s DSP program interrupt experimental procedure C5402
dsp
- dsp中断详细说明 适合初学者理解中断 文档 (非代码)-dsp中断详细说明 适合初学者理解中断
DSPzhongduanxitong
- 介绍了DSP中断系统的相关配置,如IMR,IFR,等等,并讲述了相关位功能及程序设计的注意点。-Introduced a DSP interrupt system configuration information, such as IMR, IFR, etc., and describes the functions and procedures related with the design and pay attention.
dsp
- 用TMS320VC5402实现方波发生器。假设时钟频率为4MHz,在XF端输出占空比为50 的方波,方波的周期由片上定时器确定,采用中断方法实现。 -DSP TMS320VC5402
DSP-experiment-for-DMA-TIMER-FLAG
- 这里有实验所用到的源代码和实验报告,对同学们非常有用。。。实验报告给大家作为参考 简介: 实验目的 熟练掌握外部中断原理、外部中断响应方式及对DMA传输进行中断控制原理。 2. 实验原理: 根据外部中断产生原理以及DMA传输原理,具体原理请参考前面的外部中断实验和DMA实验。 了解Timer工作原理及其中断产生方式及响应方式,掌握Timer控制方法。-DSP experiment for DMA TIMER FLAG
DSP-2812
- SCI串口模块第4课 2812的片内资源、存储器映射以及CMD文件的编写第5课 中断系统的理解第6课 时钟和系统控制第7课 EV第8课 AD及其校正第9课 SCI串口模块第10课 串行外设接口SPI-SCI serial module Lesson 4 2812 on-chip resources, memory map and the CMD file system write interrupt Lesson 5 Lesson 6 understanding of the system cl
SCI中断发送
- SCI总线接口工作配置和具体工作流程,完成SCI中断功能(SCI bus interface configuration and specific work flow to complete the SCI interrupt function)
基于DSP中断工作方法的音频滤波代码
- 设计基于DSP中断工作方式的语音采集-滤波-回放系统,要求: 1.输入为双声道立体声音频,用48kHz的采样率采集音频。 2.将音频信号经36阶截止频率10kHz的低通滤波处理后,再进行回放。 3.要求采用音频接收、播放双中断工作方法。