用ARM加载DSP,不使用DSPlink和C6run,用CCS直接生成的.out文件再将该.out文件转换为了.bin文件,DSP程序下载在DSP的内RAM中(DSP程序是被arm下载的,该ram可被ARM访问);按datasheet中DSP wakeup的方法配置寄存器来唤醒DSP,但dsp程序没有跑起来(该dsp程序中有点led灯的程序,led灯没亮) 不知是啥原因,该问题困扰了我一周六,求解决方法
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.
需要先设定HOST1CFG, 把dsp的中断向量表的地址写在这个寄存器内,然后再把DSP从reset状态恢复即可