I'm following the instructions found in CC2640 BLE Developer’s Guide for OAD, and I'm running to a problem when the post build step attempts to merge the 3 hex files (BIM, app, and BLE stack) into one.
Here's the error message:
But I went through an manually verified that all of the files exist.
Python exists and is part of the path:
The BIM hex file exists and is in the correct location:
The OADTargetApp.hex file exists in the correct location:
The ODTargetStackFlashROM.hex files exists in the correct location:
Everything exists where it should, or at least where I think it should. In the original sample project, the *.hex file paths were all relative. I changed them to hard coded, with the theory that one of the relative paths were wrong. However, that does not appear to be the case...




