搜索资源列表
DSP_SCI_TEST
- 一个C编写的简单的DSP 2407A 的SCI串口测试程序,用于测试SCI调通-a simple preparation of the SCI TMS320LF2407A DSP serial test procedure for testing SCI--
C54X_mcbsp
- 在C54X DSP下写的串口收发程序,利用串口收发数据,并在DSP内对数据作简单处理!-under the C54X DSP serial port transceiver written procedures, the use of serial data transceiver, and the DSP within the data processing simple!
SCI-485
- 本程序实现了,DSP和PC机的485串口通信。程序简单,可直接使用!
DEC6713_UART
- ti6713 串口程序(简单的接受和发送)
2812-sci
- DSP2812的串口自收自发程序。本程序采用的是查询方式。简单好用。
rs232+dm6446
- TMS320DM6446平台下的,对RS232串口进行的完整的测试程序,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。
SPIANDSCI
- 给出一个在两个DSP之间实现简单异步通信的通用程序。 该程序实现2407的串口异步通信
该程序实现2407的串口异步通信
- 个在两个DSP之间实现简单异步通信的通用程序。 //该程序实现2407的串口异步通信-in two months between DSP simple asynchronous communication common procedures. / / The program of the 2407 serial asynchronous communication
28335-SCIB
- 实现了简单的dsp与计算机串口通信,属于测试程序-Dsp to achieve a simple serial communication with the computer
lab23-SCIC
- 给予TMS320F28335的串口SCIC所编写的串口测试程序,可以实现简单的串口算法-SCIC give TMS320F28335 serial port test program written for simple serial algorithm
allparts
- 基于2812的键盘LCD以及串口程序,有了这些东西就可以简单搞定任意需要的项目了-Based on 2812 keyboard LCD as well as the serial process, with these things can be simple and any needed items in Gaoding
LF2407kaifaban
- 开发软件是CCS,主要介绍了LF2407 开发板的一些简单的程序,如数据存储,AD、DA转换,指示灯,拨码开关,定时器,串口通信,液晶显示,键盘通信快速傅里叶变换等小程序,是DSP初学阶段非常宝贵的资料。-Development of software is CCS, introduces the development board LF2407 some simple procedures, such as data storage, AD, DA conversion, LED, DIP s
DSP
- 串口通信简单的操作测试程序,初步了解串口通信的编程过程,使用串口控件实现温度数据采集并显示-Serial communication simple operation test program, a preliminary understanding of the programming process of serial communications, serial port controls for temperature data acquisition and display
SCI
- 实现DSP之间的简单异步串口通信通用程序 本程序以DSP2407为主-DSP realization of a simple asynchronous serial communication between the general program based on the Program to DSP2407
pc_pc
- 本人编写的针对dsp的flash的在线烧写程序,也可以当做简单的串口调试程序使用。发送数据使用的是串口,用到软硬握手,希望大家指教-I prepared for the dsp to flash online programming process, as a simple serial port can also be used by the debugger. To send data using the serial port, use the hard and soft hands, I
main
- DSP 串口测试,以及其他简单功能测试,自己写的程序-this is a simple test programme
uart
- 这是BF531的串口测试程序,简单演示了串口中断的使用。-this is the BF531 UART Demo
F28335_SCI_Example
- 基于F28335的SCI串口通信程序。本程序的特点是代码简单、高效。本代码共包含三个工程文件:1、基本通信(实现了最基本的通过SCI协议通讯的功能。上位机下发一个字符或字符串,下位机原样返回该字符或字符串);2、SCI通信FIFO版(在1的基础之上启用了FIFO缓存接收或发送的数据);3、SCI通信FIFO与中断版(通过启用FIFO功能减少对CPU资源的占用,且数据的发送与接收处理均在中断中完成)。此三个程序基本验证了F28335的SCI模块所有功能。-F28335 of SCI-based s