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文件的生成



使用hex6x,参数-a -boot 可以将一个.out文件转换成ASCII格式的boot table,起始处有一个非打印字符0x02,结尾有一个非打印字符0x03,但是中间的内容是ASCII码的形式,问题是如何将其转化成boot可用的二进制文件?我是用C6678的I2C passive boot模式。