This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
参考下工程师的回复:
This should be possible, sharing functions or interrupts between a custom boot loader and application is possible as long as the address is known to both. What is happening in the application when the UART interrupt should be firing instead?
Is your UART interrupt able to function for your application without the use of variables that are local to your boot loader?
If you want to look at another potential implementation, in MSP_BOOT, the application vector table is redirected to from the vector table in the boot loader memory space.