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.

CCS10 编译生成 .bin

Other Parts Discussed in Thread: UNIFLASH

我使用的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"

x 出现错误。请重试或与管理员联系。