我使用平台是 TCI6614 EVM ,现在使用的mcsdk版本是02.01.00.01
在使用arm 加载dsp程序的时候,加载单个dsp核是正常的 但是加载多个DSP 核程序的时候失败, 此版本不能正常加载多个dsp核程序。所以我想对此版本的加载程序的相关代码做一些修改,以修补多核加载的这个BUG ,,, 但是没有任何头绪。
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.
我使用平台是 TCI6614 EVM ,现在使用的mcsdk版本是02.01.00.01
在使用arm 加载dsp程序的时候,加载单个dsp核是正常的 但是加载多个DSP 核程序的时候失败, 此版本不能正常加载多个dsp核程序。所以我想对此版本的加载程序的相关代码做一些修改,以修补多核加载的这个BUG ,,, 但是没有任何头绪。
加载多核DSP都是先把boot table的段写入到正确的位置以后,向对应的DSP核发一个IPC中断唤醒即可。