Debugging through a bootloader

One of the examples provided as part of the RDB1768 example suite is a USB secondary bootloader.

Trying to debug through such a bootloader and into the main application always makes life "interesting". The problem is getting the correct set of debug symbols loaded into the debugger for the image that you want to debug.

Here is a simple workflow that can be used when you need to debug the main application...

DebugThroughBootloader (last edited 2011-08-05 19:28:55 by CrSupportAb)