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.

CC2640R2F: v5.30: Off Chip OAD create App OAD bin file?

Part Number: CC2640R2F

Hi,

The Off Chip OAD example program post build steps seems merge the stack and app hex file to create the OAD bin file. How do I properly modify the post build steps to just create app oad bin file.?

${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}_${ConfigName}.hex ${ProjName}_${ConfigName}.out
${TOOLS_BLE_DIR}/oad/oad_image_tool ccs ${PROJECT_LOC} 1 -hex1 FlashROM/${ProjName}_${ConfigName}.hex -k ${TOOLS_BLE_DIR}/oad/private.pem -bdf ${REF_PROJECT_1_LOC}/TOOLS/ccs_compiler_defines.bcfg -hex2 ${REF_PROJECT_1_LOC}/FlashROM/simple_peripheral_cc2640r2lp_oad_offchip_stack_FlashROM.hex -o ${WORKSPACE_LOC}/simple_peripheral_cc2640r2lp_oad_offchip_app/FlashROM/${ProjName}_${ConfigName}_oad

-kel