As mentioned, I'm running code by downloading it into the external SRAM. I first execute the XINTF enable GEL and then download the code.
I know my program runs and executes because it flashes an LED (it's based on the examples from SPRA958H) .
When I try to place a breakpoint I get an error message that says: Trouble setting breakpoint with action "Halt Target". Error 0x00000008/-1066. Sequence ID: 7 Error Code -1066 , Error class: 0x00000008.
However, the program does break, but it's in some assembly code someplace and I cannot inspect any of my data values and the step in and around icons are dithered out.
Anybody have any ideas?
Thanks in advance.