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: 有关hex6x 生成的btlt文件中的_c_int00入口地址不一致问题

Part Number: TMS320C6657


TI的广大开发者和工程师们,你们好!

问题描述: 我在开发PCIE BootLoad这个过程中,使用hex6x将ccs输出的.out文件转为.btlt文件,但输出的btlt中的入口地址,即_c_int00与ccs生成的map文件中不一致,如下图所示:

ccs工程中map文件的_c_int00入口地址

使用hex6x 生成的btlt文件中的_c_int00入口地址

hex6x 使用的rmd文件入下所示

请问,这两个_c_int00 需要一样吗?RBL在检查到btlt的末尾后会跳到这个_c_int00 运行,我目前程序没有跑起来,请问跟这个有关吗?