Closed rightcornerengineering closed 3 months ago
When I tried to change the heap allocation to DMA, it got crash after uploading firmware.
SPIRAM cannot be used for DMA
Why is it not available?
Documentation:https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/system/mem_alloc.html#dma-capable-memory
Closing this issue.
When I tried to change the heap allocation to DMA, it got crash after uploading firmware.
define QMSD_MALLOC_PSRAM(x) heap_caps_malloc((x), MALLOC_CAP_SPIRAM | MALLOC_CAP_DMA)