Need for Speed Using STM32 SPI with DMA to W5500.
I am porting the code from ATMega128 to STM32F103 for faster throughput to WIZNET W5500 using the WebServer.C for ATMega128. I am using the HAL coding as I am new to STM32. While the throughput is faster than the ATMega128 but I need more speed. Changed the same to using DMA but find the speed slower than without it, using SPI in Polling method. Expected the speed in DMA will be twice faster. Both DMA TX and Rx Channel are enabled connected to SPI2 on STM32F103C8T6. Don't know were I am wrong.
Thank you in advance.