Search found 1 match
- Wed May 22, 2019 11:47 am
- Forum: ESP-IDF
- Topic: SPI slave: MISO timing issue, data required earlier
- Replies: 0
- Views: 1656
SPI slave: MISO timing issue, data required earlier
Hello, I'm currently trying to solve a timing issue. My ESP32 is configured to be a SPI slave device. So in my current setup I get about every 16ms an active 12µs latch pulse (my CS), 6µs afterwards SCLK starts running. At the first clock pulse, MISO starts sending the data. So far, so good. But the...