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_out2bin.bat将编译后的out文件生成bin文件出现的问题



我将不同的例程生成的out文件用boot_out2bin.bat工具转换成bin文件,以便烧写道c6455外部的nor flash中,在转换的过程中我用ultraedit工具查看了一下bin文件内容,发现不同例程生成的bin文件一模一样,一样的内容,一样的大小。我很奇怪,为什么不同的out文件生成的bin文件会相同呢,是不是boot_out2bin.bat工具的问题。