Tool/software: Code Composer Studio
Dear Champs,
My customer is trying to do 'DSP out of reset' to debug their application on C66x DSP, and succeed to load DSP FW using CCS after kernel loading on Cortex-A15 by using below GEL function explained in below e2e.
- dpll_dsp_config()
- DSPSSClkEnable()
But, after DSP FW loading, they found there is no output in the UART console of Cortex-A15 core running linux and they found below last message in the UART console.
[ 112.789652] Unable to handle kernel NULL pointer dereference at virtual address 00000000
Their target is to trace DSP code while linux running independently and they did not implement IPC yet.
What should be done after DSPSSClkEnable() to resolve this issue or should modify DSPSSClkEnable() function?
Their SW is Processor SDK Linux v6.3.0.
Thanks and Best Regards,
SI.