Hello
Recently,I test a bootloader which used API interrupt.When I donot use bootloader ,downloaded the app into MCU ,API and other interrupts can work normally.
when downloaded the app into MCU by CAN bus.Other interrupts can work normally,except API interrupt .I test the app, find than when downloaded the app into MCU by CAN bus.API interrupt occured normally,but a Machine Exception interrupt occured at the sametime. Idonot know why the Machine Exceptioncould happen.Is there any solution to this problem?Attenchment is my code. Thank you!