Hi,
I'm using the SPI on an ESP32 chip. I need to read a stream of data on the ESP SPI master at 2MS/s, each sample is 1 byte. So I have 2 Mbytes each second.
For now I'm using a for loop that reads x amount of samples, I have 16MHz SPI CLK which is enough, the problem is that there is a delay between two SPI readings, so that my reading rate is 375 kS/s which is no enough.
Any suggestions?
Thank you
Increase SPI speed on ESP32 (sample rate, not CLK)
Who is online
Users browsing this forum: No registered users and 71 guests