Hi batts,
Do you do the application code vector relocate? This is very important.
As you know, in the bootloader, I define the application code in 0x2000UL, so you need to relocate your application code and vector to 0x2000.
If you enable the interrupt in your application code, and after enter application code, you get defaultISR, it seems your app can't find the detail vector ISR, please check the application relocation at first.
Any updated question, just let me know!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------