This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I downloaded the binary as I described above, and had the Reset MCU box checked.
If there's a way to attach to the new process with the CCS JTAG debugger, please describe it to me?
Thanks,
Larry
Larry,
> connect CCS to the device
> put a break point at 0x20005000 (This will be your app entry point after serial loader completes and starts the app)
> do a debug reset
> set the boot mode pins (to serial)
> run - this will run bootROM code while CCS is connected
> run LM flash programmer and send over the app
>after it is done, the break point will be hit and device will be in debug halt
> now load you app symbols (don;t do a debug reset here - let me know if you are seeing a debug reset) -LOAD SYMBOLS only here
> now you will see that the break point is at your application entry point..., you can do run main...and all.
hope it helps, let me know if you have any more questions.
Best Regards
santosh
Hi Santosh,
Thanks for the quick response! Just to confirm my understanding, when I do a debug reset is that clicking on the green bug? And how do I load the app symbols in CCS?
Thanks again,
Larry
Larry
try this link.
load symbols can be found in the target menu in CCS debug perspective.
Best Regards
santosh