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.
我在使用两种方法实现程序跳转,分别会报下面图片中的两种错误
第一种:直接通过地址跳转
EALLOW;
IER = 0x0000;
IFR = 0x0000;
EDIS;
__disable_interrupts();
((void(*)())0x080000)();
第二种是看门狗复位