SPI slave mode, CLK cannot be on input only pin (see GitHub issue #2455)
Posted: Wed Feb 27, 2019 1:12 pm
Hi,
There was an issue that in SPI slave mode the CLK pin couldn't be on an input only pin.
See: https://github.com/espressif/esp-idf/issues/2455
This already has been fixed in the ESP-IDF master branch but it looks like the Arduino Core still doesn't have the fix (the pre-compiled libraries).
When using the newest Arduino Core (just made a pull) this error still appears and the ESP resets itself in a loop:
E (3019) spi: spicommon_bus_initialize_io(156): sclk not valid
Can anyone from Espressif give me an update when the fix will be available on the Arduino Core side?
Kind Regards,
Christian
There was an issue that in SPI slave mode the CLK pin couldn't be on an input only pin.
See: https://github.com/espressif/esp-idf/issues/2455
This already has been fixed in the ESP-IDF master branch but it looks like the Arduino Core still doesn't have the fix (the pre-compiled libraries).
When using the newest Arduino Core (just made a pull) this error still appears and the ESP resets itself in a loop:
E (3019) spi: spicommon_bus_initialize_io(156): sclk not valid
Can anyone from Espressif give me an update when the fix will be available on the Arduino Core side?
Kind Regards,
Christian