Part Number:AM5728
Hi,
I'm converting the gel files that initialize the am5728 to c code so that we can initialize the chip using other methods.
I've been experiencing problems with debug using my own initialization code. For instance, when I step over an instruction I get
Break at address "0x80000010" with no debug information available, or outside of program code, or when I try to run to a breakpoint, the code will go to an exception handler or the _exit() function. I was just informed that I cannot set up the debugger memory map without using gel files. Could this be the reason why I'm seeing these errors?
I'm using the GPEVM_AM572X_SiRevA kit and Blackhawk USB100v2 (although Code Composer Studio identifies this as Texas Instruments XDS100v2 Debug Probe).
Code Composer Studio Version: 8.1.0.00011
Jason