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.

TMS320C6678: spi boot生成boot参数表,参数表中程序段长度不是4字节整数倍时,如何使用bconvert64工具进行修正?

Part Number: TMS320C6678


各位老师好:

       在生成boot参数表时,会遇到程序段长度不是4字节整数倍的情况,使用hex6x以及b2i2c工具生成的btbl文件会将程序段大小补成4字节整数倍,这时候需要将原来不是4字节整数倍的数据内容和补充的内容进行字节序交换,否则程序搬移会有问题,会搬移补充的内容而不是原始的数据,查了下DSP Bootloader User Guide,需要用bconvert64工具进行数据交换,请问应该如何使用这个工具?