Other Parts Discussed in Thread: CC2650
I have imported the cc2650 SimpleBLEPeripheral project and updated the build option to ext Flash OAD. This builds OK and I can flash the hex file to the Launchpad and it runs OK. In order to update OTA with the BLE Device Monitor, The wiki suggest that we need to add the following lines to create a bin file:
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd” "${CG_TOOL_ROOT}/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
I have appended this line to the post-build steps and clicked OK, however when I re-enter the project settings this line has disappeared! I assume there is an error but can't spot the issue.
Can anyone help?
Kind Regards
Tony