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.
如题,求一个omapl137 dsp boot arm的方法,最好是例程。
下面的wiki网站上有例程。
http://processors.wiki.ti.com/index.php/Boot_Images_for_OMAP-L137
我尝试了另一种方法,类似于置顶帖中armbootdspcoff的方法,通过dsp来boot arm。我找不到arm boot后的程序入口点,另外是不是要把arm和dsp都设置成supervisor mode?置顶帖中的例程应该如何修改?
arm boot的入口地址可以查看.map文件中的ENTRY POINT SYMBOL。
ARM需要设成supervisor mode.
首先感谢您的耐心解答,我的意思是我找不到arm寄存器在哪里设置入口地址,类似dsp中HOST1CFG寄存器的DSP_ISTP_RST_VAL域。不知道arm是如何从入口开始执行代码的。
我从ram中看到arm端的程序已经load成功,但是启动arm后看不到运行效果,我只是让arm端程序做一个修改共享内存某地址的动作。不知道是不是启动方法的问题。我就是按照wiki中dsp端代码为模板写的arm启动程序。