Page 1 of 1

I2C over DMA

Posted: Thu Jan 31, 2019 6:15 am
by giksonca
Hi,
Please confirm whether I2C over DMA is supported by ESP32 or not.
Evolution board which i'm using is ESP32_Devkitc_V4.

Re: I2C over DMA

Posted: Thu Jan 31, 2019 6:40 am
by costaud
In current version, we are still using interrupt to handle sending/receiving data.

Re: I2C over DMA

Posted: Thu Jan 31, 2019 11:12 am
by giksonca
Is there any plans of providing I2C over DMA.
If so when we can get new version of I2C with DMA.

Re: I2C over DMA

Posted: Fri Feb 01, 2019 2:50 am
by ESP_Sprite
It's a hardware issue: the I2C peripheral on the ESP32 doesn't support DMA.