Content originally posted in LPCWare by kiryat8 on Sun Mar 27 21:54:16 MST 2011
I want to create a secondary bootloader in the lower memory similar to the "RDB1768cmsis_usb_bootloader" example. I understand that the bootloader will contain the normal interrupt vectors but these will change when the main program is loaded. How can I create a debug project that contains both the bootloader and the application code for debugging?
Thanks