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.
我使用的SDK: simplelink_cc13x2_26x2_sdk_4_30_00_54
例程: C:\ti\simplelink_cc13x2_26x2_sdk_4_30_00_54\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\simple_peripheral
因为要使用ROM bootloader升级固件的功能,所以需要使用.bin文件。
使用如下编译配置,可以生成.bin文件,但是为什么生成的.bin文件比.hex还大几十K?是配置不对吗?
Steps配置如下:
${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out &
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
bin文件确实会变大,看这里的解释https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/t/947210?tisearch=e2e-sitesearch&keymatch=tiobj2bin
用Uniflash烧录bin文件试试
2.e2e.ti.com/.../963977