Search found 1 match

by fabian_
Fri Jan 14, 2022 7:38 pm
Forum: ESP-IDF
Topic: ESP32-S2 SPI Slave send data- bytes seperated by CS
Replies: 0
Views: 2538

ESP32-S2 SPI Slave send data- bytes seperated by CS

Hi, I am working at a spi communication where esp32-s2 is configured as slave. Configuration of spi and receiving data is working with spi_slave example. The problem is, that SPI master (receive) is only accepting one byte at a time seperated by a CS high. 8 clk pulses -> CS puls -> 8 clk pulses -> ...