我正在做S12G64的bootloader功能,应用程序部分我做了中断向量表的偏移,但是编译出来的bin文件,复位中断仍然在系统默认的FFFE。这种情况下应该怎么修改一下,我的bootloader接收到这个bin文件后,我烧写到flash,接收到这个应用程序的复位中断向量我直接丢弃吗
I am working on the bootloader function of S12G64. In the application part, I offset the interrupt vector table, but in the compiled bin file, the reset interrupt is still at the default FFFE of the system. In this case, how should I modify it? After my bootloader receives this bin file, I burn it to flash, and receive the reset interrupt vector of this application, should I discard it directly?

