Now that I have a working bootloader, I need to start writing and debugging application code. However, the bootloader and application code were compiled seperately and have seperate COFF and Hex files.
Since the JTAGICEMKII debug wire interface wants to erase the chip whenever new code is uploaded, how do I upload and maintain the seperate HEX or COFF files ? If I program the bootloader with a seperate programmer and set the boot lock bits, then just upload the application code, will the MKII still try to erase or reprogram the boot section ?
Thanks