Search found 1 match

by avsteele
Thu Jul 25, 2024 1:41 pm
Forum: General Discussion
Topic: SPI Master fails to read MISO correctly on Mode 3
Replies: 12
Views: 14588

Re: SPI Master fails to read MISO correctly on Mode 3

I just got bitten by this bug as well. The ADC (AD7193) uses SPI mode 3 and uses MISO to signal data ready to be read. It pulls it low when data is ready and high about 50 ns after that data it is read out. Because the ESP32S3 does not sample at SCK rising, but at some time later, it always read the...