#if SOC_GDMA_SUPPORTED is false but getting events from GDMA function
Posted: Wed Jul 17, 2024 1:33 am
Hello.
I am using esp-idf 4.x.x.
My program is using i2s peripheral.
I am getting the "i2s_event_tx_q_ovf" event but to get that event the gdma would have to be activated.
As far as I know, that functionality is not implemented in the esp32 and the function that sends that
event is grayed out when I bring the i2s.c file into my project.
Maybe someone who has more experience with i2s can shed some light on this.
TIA
I am using esp-idf 4.x.x.
My program is using i2s peripheral.
I am getting the "i2s_event_tx_q_ovf" event but to get that event the gdma would have to be activated.
As far as I know, that functionality is not implemented in the esp32 and the function that sends that
event is grayed out when I bring the i2s.c file into my project.
Maybe someone who has more experience with i2s can shed some light on this.
TIA