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.

.out 和 .bin 文件的转化,norflash启动问题



我的程序release版本编出的.out 问价有8M多,我想从norflash中启动,但是我是用的是EVM6657L,norflash只有4M,所有直接使用nor_writer并将.out重命名为.bin是不行的。我是用tiobj2bin来转化,结果文件有2G大小,用同样的方法转化了TI提供的demo ,hua程序,发现也是2G,但是我看到“C:\ti\mcsdk_2_01_01_04\tools\program_evm\binaries\evm6657l"这个文件夹下对应的nor.bin 就是hua程序,请问这是怎么生成的?为什么我生成的就有2G?