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.

加密版omapl138如何启动ARM核的代码?



之前一直用的普通版omapl138,启动顺序可以理解为先启动的ARM核,然后需要在ARM程序里配置好DSP核程序的入口然后释放DSP核的复位就行了,但是现在换用加密版的Omapl138后查资料发现启动顺序反过来了,先启动的是DSP核,但是问题是没有地方去配置ARM核程序的入口地址,直接释放ARM核后程序就跑到0xFFFF0000后面去了,应该怎么操作才能让ARM核正常运行起来?