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.

boot and app合并烧录

Dear TI,

为了节省产线时间和减少出错机率,想把boot和app两个工程的烧录文件合并烧录,首先执行以下命令:hex2000 boot.out app.out  --section_name_prefix="data" --load_image -o ROM_simple.obj(然后再合并CMD,再生成out),但是发现有报错:memory ranges ''data_8 and data_9 out of order,请问这是什么原因?或者有更好的办法没?谢谢。