最近烧写6713发现大程序烧写无法启动:
1.烧写测试代码(.bin文件大概15K),断电可以启动
2.烧写我的工程代码(.bin文件150k),断电无法启动,在线查看内存映射:1)Flash烧写正常;2)Ram空间偶尔能正确,但是始终无法运行!
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.
代码的实际大小要看.map文件中的段大小.
请问你自己写了二次bootloader程序吗? C6713 BOOT ROM只能boot 1K大小的代码, 大于1K的话, 需要使用二次bootloader,