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.

OMAP-L138 的启动DSP问题

Other Parts Discussed in Thread: OMAP-L138

OMAP-L138  的ARM跑的是RTOS,DSP端跑的是DSPBIOS.   问题是:

1.DSPBIOS 编译后,从.map文件看,入口地址_c_int00是:0xc1004210,并不是以1K对齐,请问如何能设定让它的入口是以1K对齐?

2.要是能设定1K对齐之后,是不是在唤醒DSP之前,把这个入口地址写到HOST1CFG寄存器,DSPBIOS就能正确从_c_int00开始运行?

(在唤醒前我已把代码搬运到相应的内存)