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.

TMS320C6657: IBL大小端转换

Part Number: TMS320C6657


生成c6657的ibl时,需要将小端程序转成大端程序。

看了一下DSP Bootloader User Guide的说明,应该是使用bconvert64这个程序去做转换。

但确认了一下bconvert64的源码,这个程序似乎只对最后剩余的未按4bytes对齐的数据进行了大小端处理,

而对于其他数据就是原样输出。

想确认下用于大小端转换的程序就是这一个,还是说应该用别的工具?

谢谢。