Search found 1 match
- Wed Oct 23, 2019 4:30 pm
- Forum: ESP-IDF
- Topic: Looking for SPI handshake specification
- Replies: 0
- Views: 1477
Looking for SPI handshake specification
I have an ESP32-SOLO-1 which is interfaced over SPI to a RISC-V processor. I have the "AT Command and examples" manual but when exchanging these commands over SPI there is an additional low-level protocol involved, because SPI by itself is just a bidirectional bitstream. The format of what this prot...