写好的程序如何烧写到DSP中,脱离仿真器运行?
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.
仿真器没有烧写flash功能, 你可以购买烧录器或者自己编写flash烧写程序, flash烧写程序要按照你外接flash datasheet里的clear/erase/program command编写
用十六进制转换工具hex6x.exe, 在CCStudio_v3.3\C6000\cgtools\bin目录下, 在hex.cmd文件中用-b选项, 指定转换成.bin文件. 十六进制转换工具的详细介绍, 见下面的c6000 assembly language user guide第11章.
http://www.ti.com/lit/ug/spru186w/spru186w.pdf
你下载sprc203.zip, C672x有专门的genAIS工具生成AIS格式的二进制文件.
http://www-s.ti.com/sc/techlit/sprc203.zip.
里面有例程sprc203\TMS320C672xxBootUtils\TMS320C672xxBootUtils\Examples\Padk_examples\flashBoot教你怎么生成AIS文件及如何烧写, 以及如何写二级bootloader (你的程序超过1kB的话, 需要写secondary bootloader). 请结合c672x bootloader 第7章节 Boot Examples.
http://www.ti.com/lit/an/spraa69d/spraa69d.pdf