I have a program that when I used CC to burn into flash - runs perfectly. However when I power cycle the the F28035, I can tell I am getting some sort of CAN errors on initialization and I wish to debug this. I saw a YouTube video on how to connect emulator to running flash but when I go thru the steps, I get the following:
Break at address "0x3ff8a1" with no debug information available, or outside of program code.
The procedure is to right-click the target ccxml and select Launch Selected Configuration, then Connect Target and then load the symbols associated with the target (the .out file).
The procedure is to halt the program and allow CC to sync with the program and then allow me to step or any other debug action but it isn't working.
Am I missing a trick or is there a better procedure for connecting to a program already running from flash?