请问一下用CCS5.2如何将程序烧写进flash,谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
上面的wiki网站有啊
hex55 -i filename.out -o boot_image_file_name.bin -boot -v5505 -b -serial8
上面的-b选项是用来生成.bin文件的。
谢谢!我已经将自己的.out文件转换成.bin文件,然后按照文档上面所说用ccs5.2将.out文件load进DSP中,点击run,并没有出现对话框让选择.bin文件的路径,之前5515里面有程序在跑,经过这一操作后之前的程序确实没跑了,但是我编写的程序也没跑起来,请问这是什么原因呢?谢谢!