Dear Champs,
I found McASP example in the RTOS PSDK was not worked with cache enabled when all memories are cached.
I also found it works well when below memory sections are in uncached memory.
.stack
.bss
.neardata
I understand '.bss' should be uncached because there is buffers copied by DMA in '.bss', but could not understand other region.
I debug it it seemed the values used for peripheral setting should be uncached. it this my observation right?
Is this coherency issue? or is there any other reason?
Could you please help me to understand which memory should be uncached or let me know if there is other way to enable cache in McASP playback example?
I'm using latest RTOS PSDK 6.1.0.8.
Thanks and Best Regards,
SI.