阅读:1624回复:11
DSP和PC机之间的通讯!
我是个初学者,现在要做DSP和PC机之间的通讯,真是无从下手,希望这方面的高手指点指点或者能提供些相关资料.不胜感激!
E-mail:zdw_de@yahoo.com |
|
沙发#
发布于:2003-05-21 11:12
一般用串口通信的,这样的资料一般的书都有。
|
|
板凳#
发布于:2003-05-22 10:35
用串口:DSP+16C550+MAX3221
|
|
地板#
发布于:2003-05-24 19:30
DSP串口+Max232+串口调试程序
|
|
地下室#
发布于:2003-06-03 02:01
选用带HPI口的DSP
|
|
|
5楼#
发布于:2003-06-03 15:40
我现在的任务是要将CCS文件上载到DSP的MEMORY里面,并唤醒DSP,实现DSP和主机之间的对话.
|
|
6楼#
发布于:2003-06-03 23:45
用并口的也比较多
|
|
7楼#
发布于:2003-06-06 13:24
DSP串口+Max202+串口调试程序
|
|
8楼#
发布于:2003-06-08 09:42
hpi is just shared memory. If you set up the memory, put the code from pc and ret, there it runs. But you have to convert the stupid ti format to binary first. I think ti has a tool for it. I\'ve cheated by loading the .out into memory and dumping both program and data memory into file and send the binary file
Have fun |
|
9楼#
发布于:2003-06-08 11:44
a nice reference
http://dspvillage.ti.com/pdfs/edge/june2002_bootloaders.pdf |
|
10楼#
发布于:2003-06-12 23:18
PC并口+CAN总线控制器(SJA1000)+DSP的IO口
|
|
11楼#
发布于:2003-06-13 00:23
我用并口干过这事。比较容易,但也麻烦
|
|
|