Hi,
I'm using the C5515 which executes code out of external flash when deployed in the field.
I would like to be able to debug the project while it is executing from flash.
I would need to be able to look at the values of variables, pause, run, and step the microcontroller (I'm thinking breakpoints are out of the question).
I have looked around but there doesn't seem to be much information on that subject with the C5515.
Is debugging with the C5515 when it is executing out of flash even feasible with CCS v6.1 via JTAG?
I'm guessing even if it is even feasible, it will take some work to get it operational.
Right now if I need to debug code I have load the code module in question into RAM and execute just a subset of the overall project.
I'm getting to the point where I will need the entire project present when debugging and it is too big to fit into RAM.
Thanks!