搜索资源列表
ADSP-BF561_ I2C_Protocol_Example_C
- DSP的一个范例,可以研究I2C的DSP编程以及ADI的blackfin561嵌入式开发对I2C协议了解有帮助。更多源码在www.tayitone.com上-example of a DSP, I2C can study the ADI DSP programming and the development of embedded blackfin561 I2C HS proposed understanding help. More source on the www.tayitone.com
DSP-TCPIP
- 这是一个基于DSP的关于TCPIP协议栈的程序,适合做DSP网络驱动开发的参考。-This is a DSP-based TCPIP stack on the procedure, suitable for the development of DSP-driven network of reference.
spra487c
- ti_dsp_6000系列,开发环境ccs3.1 文件内容,与spi_rom的连接,用串口实现spi协议-ti_dsp_6000 series, the development environment ccs3.1 contents of the documents, spi_rom connection with the use Serial Port spi agreement
ucosII_on_DSP_6711
- ucosII在DSP 6711上的移植,包括TCP/IP协议栈,暴强,开发平台CCS-ucosII in DSP 6711 on the transplant, including TCP / IP protocol stack, strong violence, CCS Development Platform
TIC6000TCPIPforPC
- TI TMSC6000DSP PC端网络源代码,包括与DSP通讯TCPIP协议,详细见说明文件,运行环境VC6.0.-TI TMSC6000DSP PC-network source code, including DSP Communications Beginners agreement, detailed documentation see, the environment VC6.0.
dm642-tcp(LWIP)
- 这是基于TI公司的DSP TMS320DM642而开发的TCP/UDP协议,从而使DSP具备网络传输的能力-This is based on TI's DSP TMS320DM642 and development of the TCP / UDP , thereby enabling DSP with the network transmission capacity
IP
- 2812 TCP/IP协议的实现,注释十分详细,移植方便
DSP_TCPIP_netdriver
- 一个DSP_TCPIP 协议栈网络驱动的例子,使用的是SMC9218芯片,通过该例子可以把协议栈与网络驱动无缝连接起来
g723asm
- 利用G.723协议在DSP实现音频信号的压缩与解压缩实验,全为汇编实现大大提高了运行的速度,在tms320vc5416实验实现。
DSP5402_TCPIP
- TCPIP协议在DSK5402板上的实现,已经验证过,欢迎下载
DSP_UDP_VC60
- DSP上UDP协议通讯(CCS2.1)及电脑上位机配套程(VC6.0) 虽然简单,但是DSP板的网口发送与电脑板网口的接受的完整的配套的程序,可供初学者学习NDK开发有个直观的认识
JPEGNet
- 基于DM642的JPEG图像的网络传输协议,在DM642的评估板上测试通过。
I2C
- 24WC256芯片的驱动程序。由CCS3.1开发,TMS320LF2407的DSP中测试。利用软件模拟I2C协议
F281Xchuankoubiancheng
- dsp的串口编程软件 通常做串口协议是 会用到的
DSP-two-people-make-a-phone
- DAP程控交换完成两用户通话的协议和摘机检测,采用汇编语言编制。
MotorControl_final_version
- 一个应用于LF2407的风扇转速控制系统,基于北京精仪达盛科技公司的试验箱,主要实现了风扇转速PID控制算法以及和利用DSP的串行口与上位机通讯的功能,以及LED,LCD显示,具体的通讯协议在压缩包里面的doc里面有
SerialComm_final
- 一个风扇转速控制的上位机程序,通过串口与下位机DSP实现通信,协议在压缩包内有说明,显示曲线程序暂时没有,通过向d盘写一个real.dat文件作为曲线显示的接口,方便扩展,上位机只是实现了通讯,具体的控制算法在DSp内部实现的
C64xTCPIPStack
- 绝对好东西,基于TIDM642DSP的tcp/ip协议栈,完全源代码-Definitely a good thing, TIDM642DSP based on the tcp/ip protocol stack, complete source code
Example_2833x
- TI DSP 28335 平台;gps.c主是NMEA0183协议,将字符串转化为经纬度等数据,存入结构体;convertGeoToUTM.c将经纬度换算为UTM坐标;Example_2833x.c是主函数,不能直接运行,项目中其它代码都删掉了,仅保留了串口中断服务函数。(The TI DSP 28335 platform; gps.c is the main NMEA0183 protocol, string into latitude and longitude data structure
实现简单UDP协议,ICMP协议,ARP协议
- 实现简单UDP协议,ICMP协议,ARP协议,在周立功TCPIP协议基础上修改.