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.

CC2642R: Enable “Arm Hex Utility”生成的bin文件无法启动

Part Number: CC2642R


Hi all:

        如标题描述,我在basic_ble_CC26X2R1_LAUNCHXL_tirtos7_ticlang工程中通过Enable “Arm Hex Utility”生成的bin文件无法直接启动,我尝试通过BIM的方式去指定位置启动该bin文件。通过查看bin文件得知,启动向量实在0x0000的位置,我在BIM中使用如下代码,同样无法启动该bin文件,我可以确定我修改的后的BIM正常执行了。

那么通过Enable “Arm Hex Utility”生成的bin文件应该如何正常启动使用呢,或者说能否生成一个较小的bin文件,且通过bim指定位置去启动。