why lwip udp server does not send big data correctly?!
lwip udp server does not send big data correctlyhelloI have implemented a udp server on stm32h7 using raw lwip.my function is reading data from sd memory and sending to pc, so I read a block(512bytes) of data from sd memory by f_read function of fatf...