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.

CCS/LAUNCHXL-CC1352P: CC1352P-2

Part Number: LAUNCHXL-CC1352P

Tool/software: Code Composer Studio

Hi everyone,

I have tried adding certificate to the buttonled project by adding the following options to the Build->Steps->Post build steps 

${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out

${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/oad_image_tool --verbose ccs ${PROJECT_LOC} 7 -hex1 ${ConfigName}/${ProjName}.hex -k ${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/private.pem -o ${ConfigName}/${ProjName}_oad

However when i build the code the output of oad.bin file exceeds 15 MB. What am i doing wrong? 

  • Hi Serdar, 

    Which version of the SDK are you using and which project are you using? 

    Have you looked at the SimpleLink Academy BLE Enhanced OAD lab? 

    Thanks, 
    Elin 

  • I am using  simplelink_cc13x2_26x2sdk_4_10_00_78 and i am trying to build buttonled example by simply adding

    ${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out

    ${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/oad_image_tool --verbose ccs ${PROJECT_LOC} 7 -hex1 ${ConfigName}/${ProjName}.hex -k ${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/private.pem -o ${ConfigName}/${ProjName}_oad

  • Hi Serdar, 

    I see that you have opened up another thread about this issue so I will close this thread and any updates will be posted there. 

    Thanks, 
    Elin