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.
boot程序如何跳转到APP的程序入口,boot起始地址为0x00000000,app起始地址为0x0005000
您好,
已经收到了您的案例,调查需要些时间,感谢您的耐心等待。
bootloader的.cmd
app的.cdm
cmd的flash设置有问题吗,boot如何跳转到app的main函数,我这边直接用((void (*)(void))(appxaddr + 4))()还是没有跳转
有进度了吗
这个需要仔细调试。
比如注意全局中断是否禁用,确保在跳转过程中不会触发中断。
这是我能想到的,其他的需要仔细调试才能发现问题。
cmd的flash设置有问题吗,((void (*)(void))(appxaddr + 4))()函数是能够直接跳转的对吧
可以
感谢,我再继续排查一下问题