Question
SPI Problem on W5500 With STM32G474RE
- March 17, 2025
- 4 replies
- 4755 views
Hello,
I am attempting to send data from an STM32G474RE (Client) to a laptop (Server) over TCP using the W5500 module. However, I am encountering an issue where the data transmission works properly only up to an SPI baud rate of 18 MHz. When I attempt to increase the SPI baud rate beyond 18 MHz, the transmission fails, and no data is sent to the server.
I have also tried using DMA mode for SPI, but there was no improvement in the situation.
According to the W5500 datasheet, the recommended practical SPI baud rate is 33.3 MHz. Despite this, I am unable to send data reliably at higher speeds.
Can Anyone suggest a solution to resolve this issue and allow for successful data transmission at SPI speeds above 18 MHz?
