Page 1 of 1

i2s_dev_t.conf2.outlink.addr with heap_caps_calloc with MALLOC_CAP_DMA

Posted: Tue Jan 03, 2023 3:26 am
by FloridaMan
I'm having some new issues with the address returned from heap_caps_calloc with the MALLOC_CAP_DMA and assigning that address to the 20-bit outlink.addr property of the i2s_dev_t. The address returned from heap_caps_calloc is higher than 20 bits and I feel that I haven't had this issue with prior IDF versions (I'm on 4.4.1 right now; the last time I messed with this was 4.0).