Hi,
There are found APIs in fsl_dsp.h. They are
- DSP_Init()
- DSP_Deinit()
- DSP_Start()
- 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?