Part Number: TMS320F28069M
Other Parts Discussed in Thread: TMS320F28069, C2000WARE
TMS320f28069
Code Composer Version: 12.1.0.00007
I have gotten this error:
"Break at address "0x3ff75b" with no debug information available, or outside of program code"
in the past and usually ignored it because I rarely use Code Composer debugger but now I must. The odd thing is even a processor reset and target reset will not allow me to run the program from the green button above
But If I close Code Composer and bring it back up anew (after a power cycle of the hardware) I can run the debugger. And of course after loading my program from Code Composer I can power cycle my board to see it running
Obviously that address (0x3ff75b) is in bootrom. Anyone know the TI document that covers the bootrom and the default interrupt vectors in detail. I have the SPRUH18H technical reference manual but I am not sure it details the default vectors
Also any ideas why I am getting this error message and why it wont allow me to run the debugger ?