Dears
If I need run two firmware with LPC1830, and the compiler is use MCUXpresso,
After I jump to second image, is it possible that I can still use step by step to debug with LPC Link?
For first image, it can use step by step on MCUXpresso, after I copy second image to another ram(Ex: SDRAM) by image1.
I want to know if I can debug with step by step?
My flow will be like:
Image1: Run some application and copy image2 from Flash to SDRAM and jump to image2.
iamge2: Run second application.
Thank you
Ken