How to reset HIFI DSP core of RT685?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to reset HIFI DSP core of RT685?

跳至解决方案
1,300 次查看
JerryQian_132
Contributor II

Hi,

There are found APIs in fsl_dsp.h. They are

  1. DSP_Init()
  2. DSP_Deinit()
  3. DSP_Start()
  4. DSP_Stop()

I have tried DSP_Stop() and DSP_Start(). The results seem pause and resume the HIFI DSP core. I haven't found the reset.

If switch to DSP_Deinit() and DSP_Init(), have to re-copy the DSP image to the memory regions which are assigned to DSP code. 

Is there any method to reset HIFI DSP core of RT685 without re-copying the DSP image?

标签 (1)
0 项奖励
回复
1 解答
1,277 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @JerryQian_132 ,

You can refer to section 4.5.3.2 in user manual. There is a reset contol0 register which can reset DSP.

 

Regards,

jing

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,278 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @JerryQian_132 ,

You can refer to section 4.5.3.2 in user manual. There is a reset contol0 register which can reset DSP.

 

Regards,

jing

0 项奖励
回复