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.

DSP/BIOS的EMIF等接口如何初始化?



想把一个程序转换成DSP/BIOS下运行的程序,DSP的外围接口(如EMIF/EDMA等接口)的初始化如何实现?在system-->global setting-->properties的call user init Function中可以调用初始化函数,这个初始化函数放在哪里?我在例程中没有找到这个函数的位置。

如果需要自己写初始化函数,这个函数该放在哪个位置?具体如何操作,谢谢!