In IAR EW ARm 7.40, I am trying to debug and step through the SimpleBLEMulti example on a SmartRF06 eval board using the CC2650-7ID 1.2 module.
It builds and downloads, but when I enter the debugger I am permanently stuck in the error handler:
ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomLink__E:
0x188e: 0xe7fe B.N ti_sysbios_rom_cortexm_cc26xx_CC26xx_badRomLink__E; 0x188e
This suggests the there must be something wrong with the builder or linker settings, but I can't figure it out. Anyone know what's wrong?
Additionally, I don't know if this is related, but there was an initial error where if I try to debug, an error pops up: "the debugging session could not be started. Either the debugger initialization failed or else the file..." The extra image was not built, and I don't know how to change to options to build it. I went into Project-->Options-->Debugger-->Images and unchecked "Download Extra Image". Does anyone think this is related, or can I leave it undownloaded?