搜索资源列表
ch375
- CH375 是一个USB总线的通用接口芯片,支持USB-HOST主机方式和USB-DEVICE/SLAVE设备方式。在本地端,CH375具有8位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上。在USB主机方式下CH375还提供了串行通讯方式,通过串行输入、串行输出和中断输出与单片机/DSP/MCU/MPU 等相连接。 CH375 的USB 设备方式与CH372 芯片完全兼容,CH375 包含了CH372 的全部功能。本手册中没有提供
DSP
- 指令实验、存储器、串行口、同步串口、步进电机、硬件中断、定时器、交通灯、直流电机、滤波器-Experimental instructions, memory, serial port, synchronous serial, stepper motor, hardware interrupt, timer, traffic lights, DC motor, filter
KEY
- 本实验是DSP中键盘断响应,读键值并将键值显示到LED灯上。本实验采用中断键盘和I/O键盘,当有键按下时给DSP一个中断信号,DSP通过此I/O读键值,在读取键值后由LED亮灭显示出来。-DSP in this experiment is off to respond to the keyboard, reading keys and display to the LED lights on the key. The present study, interruption of the keyb
exp05
- 1. 掌握中断技术,学会对外部中断的处理方法; 2. 掌握中断对程序流程的控制,理解DSP对中断的响应时序。-1. Master interrupt technique, learn to external interrupt handling 2. Master interrupt the program flow control, understanding of DSP on the interrupt response timing.
Timer-example
- 本文件夹中的代码是“定时器模块”的相应代码。 timer.c 该文件是定时器代码,包括main主函数、定时器寄存器定义、定时器初始化、中断服务程序等。 timer.pdf 该文件是C6713定时器中断输出原理图,至于C6713的其他部分(如SDRAM、FLASH等)和部分控制信号、电源信号都略去。-application module for timer on DSP
bf53x_gpio_interrupt
- ADI DSP blackfin 系列处理器 BF533 PF(GPIO)接口的使用,学习设置GPIO接口为中断输入方式,通过中断读取输入信号。-ADI DSP blackfin series processor BF533 PF (GPIO) interface to use, learning to set GPIO interface interrupt input, read by the interrupt input signal.
bf53x_timer_interrupt
- ADI DSP blackfin 系列处理器 BF533 定时器中断的使用,bf533上有3个通用定时器,代码实现了采用Timer0 PWM模式实现定时器中断,当定时时间到进入中断函数提醒-ADI DSP blackfin BF533 processor family to use the timer interrupt, bf533 has three general purpose timers, the code uses Timer0 PWM mode to achieve the re
timer
- 基于BF548主板的定时器功能实现,开发环境为visual dsp++5.0,程序设置每5秒钟产生一个中断,实现定时功能。-BF548-based motherboard timer function realization, development environment for visual dsp++5.0, program settings to generate an interrupt every 5 seconds, to achieve timing functions.
dsp
- 串行通信与可调时钟,两种方式(查询方式,中断方式)-Serial communication with adjustable clock, two ways (query mode, the interrupt way)
基于DSP中断工作方法的音频滤波代码
- 设计基于DSP中断工作方式的语音采集-滤波-回放系统,要求: 1.输入为双声道立体声音频,用48kHz的采样率采集音频。 2.将音频信号经36阶截止频率10kHz的低通滤波处理后,再进行回放。 3.要求采用音频接收、播放双中断工作方法。