ESP32 - 8-bit parallel port capture using I2S + DMA
Posted: Mon May 28, 2018 1:17 pm
Hi,
I need to read a 4-bit parallel port device. The external device provides also the clock to the ESP32.
The bit rate is 1 Mbit/s and each data burst is made of 8192 bits
In idle, the clock signal is low. When transmitting, the clock signal goes high and low at 1 Mbit/s.
Is there any reliable I2S + DMA driver for reading a parallel port?
The interrupt must arrive only at the end of the burst and not every bit.
Thanks,
Enrico Migliore
I need to read a 4-bit parallel port device. The external device provides also the clock to the ESP32.
The bit rate is 1 Mbit/s and each data burst is made of 8192 bits
In idle, the clock signal is low. When transmitting, the clock signal goes high and low at 1 Mbit/s.
Is there any reliable I2S + DMA driver for reading a parallel port?
The interrupt must arrive only at the end of the burst and not every bit.
Thanks,
Enrico Migliore