Hi, I am trying to debug "boot_serial" example from TivaWare_C_Series (2.1.0.12573) but without success, (when programming only it works)
The code compiles, but when debugging with I-jet or TI Stellaris in IAR
first I get the following message:
and after pressing ok I the debugger stops at the following line:
When it should be pointing after ResetISR,
when pressing step over it just stays at the same line.
However when using the same boot_serial with ccs, it seems to work
It enters to ResetISR, and after running it further it enters UARTReceive
So it seems to work fine with CCS but no with IAR
I would like to know if I need to setup different settings for boot_serial project in IAR,
any suggestions?