Other Parts Discussed in Thread: CC2640
We are trying to test the simple_peripheral_em example off chip OAD via CCS. We added our board files to the code, compiled, and downloaded the FlashRom image to our custom board. when we power our board, the board advertises SimpleBLEPeripheral. Great. Next, we create the FlashOnly_OAD_ExtFlash image by following the steps in the OAD User Guide section 8.4 using the exact same code. We run the merge.bat file to create the _all and _stack_oad hex files. the files are created successfully. Next, we download the simple_peripheral_cc2650em_app_stack_oad.hex file to our custom board. when we power up the board, the board no longer advertises. when we go back to the flashRom image, the board advertises again. Please help.