Question
Debuging code create by IAP
Posted on April 03, 2013 at 08:34
When I write a code with the BootLoader as IAP there is a question how i can debug it. I wander why it nit arise before.
I put the BootLoader code on the debuger and run with it all the way till it finish to write the main code start on the offset address . But when it done it jump to the new location (offset address )and start to do the main program. But the debugger doesn't have the code in C. so how can I trace it? I think mybe after debug the boot and write the new code at the offset point upload the main prgram to the IDE (IAR) and then go on Debbug without downloading. Does the IDE can connect between the HEX file it see and my C written code? Can it work? Bar.