How to reset HIFI DSP core of RT685?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to reset HIFI DSP core of RT685?

Jump to solution
803 Views
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?

Labels (1)
0 Kudos
Reply
1 Solution
780 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
781 Views
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 Kudos
Reply