现在程序已经编写并调试完成,想把程序固化到flash里面去,请问该是怎样一个流程呢?如何编写相应的bootloader和cmd文件呢?
我看有的文章说的需要flash操作函数,请问CCS4.2里有集成的library吗?
有没有谁可以给一个例程?
我的板子是自己设计的,软件版本CCS4.2,仿真器是XDS560V2。
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里面去,请问该是怎样一个流程呢?如何编写相应的bootloader和cmd文件呢?
我看有的文章说的需要flash操作函数,请问CCS4.2里有集成的library吗?
有没有谁可以给一个例程?
我的板子是自己设计的,软件版本CCS4.2,仿真器是XDS560V2。
How FlashBurn Works
This is an explanation on how the FlashBurn utility works, and how the FlashBurn Porting Kit is used to support custom flash configurations.
flashburn只能用在TI的DSK/EVM板上, 要烧写自己的板子, 需要购买FlashBurn Porting Kit, 所以一般客户都是自己根据flash的clear/erase/program命令编写flash烧写程序, 将代码.out文件转成.hex文件后, 烧写到flash中. 你可以google/baidu一下, 有很多文章.
CCS3.3的flashburn tool也是免费的, 只不过不集成到CCS中, 需要到第三方公司softwaredesignsolutions网站下载安装.