Hi, NXP:
I met a error for maestro audio play.
This audio library is play from memory which customized by NXP. (Support by Kerry Zhou)
Now I try to integrate this maestro play into MATTER project.
On my PCBA, MCU is RT1062 whti 64MB external flash and 32MB SDRAM.
I modified the project to use SDRAM and extend the heap and stack size.
But the audio play still shows this error
[STREAMER] Message Task started
[STREAMER] start
STREAMER CATASTROPHIC 0x0000000000000003 OUT OF MEMORY [CCID]Out of memory: ccidec_mem
Increase the task stack and heap sizie seems can't recover it.
Attached file is the customized maestro library.
By the way, I tried to disable the MATTER app task, and create a single task for audio play.
It can work, but if I enable the MATTER app. task, the audio play shows the out of memory error.
Seems it is the stack or heap issue, but I increase the stack and heap size can't fix it.
What is this error means and how to fix it ?
Thanks.