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.

c6701程序烧写及运行问题



6701以map1方式运行,由于程序太大,.text段超过64k,不能全部放在片内程序存储sram中,因此将该段拆分成两段,一部分放在片内,一部分放在片外sram,在debug模式下程序运行正常,但是将程序烧写到flash中以二次搬移的方式自主运行时则无法运行。

ps:试着写了一段小代码,将text段全部放置于片内通过二次搬移自主运行正常,拆分成两段则运行失败,推断搬移程序应该没问题,请指教我到底哪里做错了。