您好:
我的程序超过8K,因此需要写一个二级uboot来将flash里的代码搬到内部ram运行,我使用的是16位异步启动方式
我现在通过仿真器查看,发现原代码确实被我的二级uboot搬到了指定的地方,但是不能正常运行,二级uboot最后一行代码是 B entryaddr, entryaddr是CCS生成的.map文件中的入口地址,我该怎么解决呀?请指点下。
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.
您好:
我的程序超过8K,因此需要写一个二级uboot来将flash里的代码搬到内部ram运行,我使用的是16位异步启动方式
我现在通过仿真器查看,发现原代码确实被我的二级uboot搬到了指定的地方,但是不能正常运行,二级uboot最后一行代码是 B entryaddr, entryaddr是CCS生成的.map文件中的入口地址,我该怎么解决呀?请指点下。