Hi All,
I'm new with the OMAP processor. I'm trying to run the scale example from the codec engine examples and I encounter with a mismath problem.
<1>DSP-side configuration mismatch/failure DSP-side configuration mismatch/failure <1>0 -> success 0 -> success <1>Positive value -> DSP-side failure code. Positive value -> DSP-side failure code. <1>(Uint32) -1 -> DSP-side component was not initialized. (Uint32) -1 -> DSP-side component was not initialized. <1> ProcId received : 0, Expected : 0 ProcId received : 0, Expected : 0 <1> DRV configuration status [0x0] DRV configuration status [0x0] <1> IPS configuration status [0x0] IPS configuration status [0x0] <1> POOL configuration status [0x0] POOL configuration status [0x0] <1> MPCS configuration status [0x0] MPCS configuration status [0x0] <1> MPLIST configuration status [0x0] MPLIST configuration status [0x0] <1> MQT configuration status [0x0] MQT configuration status [0x0] <1> DATA configuration status [0xffffffff] DATA configuration status [0xffffffff] <1> RINGIO configuration status [0x0] RINGIO configuration status [0x0] app: error: can't open engine scale
I looked for the cause of the problem with the CE_DEBUG=2 option and I saw that there is an error (0x800008052 -DSP_ECONFIG).
I saw that the error is caused beacuse of a mismatch with the memory map between the DSP & the GPP sides.
How can I know is the differnce between These two sides and how can I fix it (which files I need to align).
Regards
Eran