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.
最近在做spi的bootloader,
1.刚开始准备自己写一个二次bootloader的程序来实现外部flash的搬运工作,参考TI的bootloader例程已经实现外部flash搬到内部flash这个过程,copydata已经完成,但是接下来我直接跳转到数据流中的入口地址后,应用程序没有运行起来,设断点发现程序又跑回二次bootloader的程序里来了,所以是不是copydata完成后是不是还要做一些复位的工作,还是应用程序里需要设置什么?
2.后面又想着用TI自带的bootloader来完成,可是不知道OTP_key和OTP_BMODE这两个寄存器该如何写?