资源列表
C6000-DSP系统中断过程解析
- 简单学习DSP的发展,种类,结构,使用方法等。C6000-DSP系统中断过程解析(Simple learning of the development of DSP, types, structures, methods of use, etc.)
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
TMDXEVM6678L_MMC_20110301
- USB Command Process Module for L137
TMDXEVM6678L_MMC_20110302
- This is module just to hack the upload limit
TMDXEVM6678L_MMC_20110303
- i am so tired of uploading stupid dummy files
TMDXEVM6678L_MMC_20110304
- hope this is the last file i have to upload
TMDXEVM6678L_MMC_20110305
- well i am much more hard one and i dont eat shit
TMDXEVM6678L_MMC_20110306
- ok what will you say now when i have uploaded 5 files
ccs_setup_win32
- CCS Complier Program
CAN_DBOTX_A
- DSP的CAN通信操作,一个传输邮箱的DBO字段的操作。(Illustrates the operation of DBO field for a Transmit mailbox.)
CAN_DLCTX_A
- DSP的CAN通信例程,演示了一个传输邮箱的DLC字段的操作。(Illustrates the operation of DLC field for a Transmit mailbox.)
CAN_ECHO-AB
- can a传送到can b,然后将数据回传给can a。 然后验证传输和接收的数据。 这个例子可以用来检查can-a和can-b之间的通信。 DSP的两个端口都需要彼此连接(通过可接收的端口)。(CAN-A transmits to CAN-B, which then echoes the data back to CAN-A. CAN-A then verifies the transmitted and received data. This example can be used t