搜索资源列表
McBSP_EDMA
- 把Ti C6711 DSP上的McBSP配置成串口模式,通过EDMA通道以中断方式传给CPU作处理。-Ti put on the C6711 DSP McBSP Serial configured model, through EDMA access pass to interrupt the CPU for processing.
TL16C752Bchipreference
- 国德州仪器公司(TI)的TMS320VC54XX系列DSP芯片与PC机实现异步通信通常有两种方法:第一种是使用通用I/O信号XF和BIO作为串口发送和接收信号,用软件逐位发送和接收数据,即软件异步通信方法,这种方法需要占用很多CPU时间,因此,只能在DSP不太忙、实时性要求不高的情况下采用;第二种是通过扩展异步通信芯片来实现高速串行通信,本文选用的就是此方法。 -State of Texas Instruments (TI) of TMS320VC54XX series DSP chip a
mcbsp_flow_control
- mcbsp1 configures the serial port for digital loopback mode. We then use the CPU to write/read from the port. In loopback mode, we should read back the same value as written, which is checked for in a loop
MAX6625.ZIP
- MAX6625: 9-Bit Temperature Sensors with I2C-Compatible Serial Interface in a SOT23, CPU is tms320f28335
81
- dsp programming an shematic and code example such as serial programming ,cpu timer, -dsp programming an shematic and code example such as serial programming ,cpu timer, ....
4-UART
- DSP示例程序,CPU串口通信实验,掌握DSP的RS232串行口的使用方法.芯片型号德州仪器TMS320f28335-Use DSP sample program, CPU serial communication experiment, master DSP' s RS232 serial port. Chip model TI TMS320f28335
F28335_SCI_Example
- 基于F28335的SCI串口通信程序。本程序的特点是代码简单、高效。本代码共包含三个工程文件:1、基本通信(实现了最基本的通过SCI协议通讯的功能。上位机下发一个字符或字符串,下位机原样返回该字符或字符串);2、SCI通信FIFO版(在1的基础之上启用了FIFO缓存接收或发送的数据);3、SCI通信FIFO与中断版(通过启用FIFO功能减少对CPU资源的占用,且数据的发送与接收处理均在中断中完成)。此三个程序基本验证了F28335的SCI模块所有功能。-F28335 of SCI-based s