Page 1 of 1

PSram usage error

Posted: Fri Oct 13, 2017 4:53 am
by abcdcadb
I am trying to use external Ram on my Wroover kit with newest esp-idf and newest xtensa (1.22-0.73)

in make menuconfig. i enable PSRAM and initialize and select make RAM allocatable using malloc as well. Be like the tutorial at this link, if i configure that, I dont need to change my malloc into heap_caps_malloc.

And the issue i got is : CORRUPT HEAP: multi_heap.c:350 detected at 0x3ffdcac0
abort() was called at PC 0x4008ac7f on core 0

Any idea to trace what is going on, is appreciated