想使用HPI和ARM进行交互,ARM作为HOST访问DSP的话,需要先向HPIA中写入提前既定的地址,
现在在bios配置的MEM选项中,分配了一个名叫HPIRAM的空间(地址空间为9B0000~9Bffff),在程序中如何操作,实现才可以把自己数据写入这个地址空间?
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.
想使用HPI和ARM进行交互,ARM作为HOST访问DSP的话,需要先向HPIA中写入提前既定的地址,
现在在bios配置的MEM选项中,分配了一个名叫HPIRAM的空间(地址空间为9B0000~9Bffff),在程序中如何操作,实现才可以把自己数据写入这个地址空间?
#pragma伪指令的定义见下面的编译器手册6.9.6 The DATA_SECTION Pragma章节。
http://www.ti.com/lit/ug/spru187v/spru187v.pdf