"Example Ethernet" also does not work with the SPIslave driver.
From the very beginning, my project was built on "Example Ethernet", and in it I saw that the SPIslave driver and the W5500 driver conflict together.
Search found 2 matches
- Sun Oct 29, 2023 6:25 am
- Forum: Report Bugs
- Topic: The W5500 + SPI_Slave driver does not work stably.
- Replies: 2
- Views: 37698
- Sat Oct 28, 2023 12:24 pm
- Forum: Report Bugs
- Topic: The W5500 + SPI_Slave driver does not work stably.
- Replies: 2
- Views: 37698
The W5500 + SPI_Slave driver does not work stably.
Sorry for my bad English. MCU - ESP32 Wroom 32 IDE VSCODE IDE ESP-IDF 5.1 My device needs to receive data via SPI every 1ms and send it via Eth W5500. Using WiFi instead of W5500, the project works stably. I have already tested the operation of the W5500 + SPIslave(DMA) for two weeks, so I am provid...