STM32H7 Ethernet Big Data
Hi everyone,
I started a new project with STM32H7-DISCO and need to receive 64KB of data via UDP. I tested ST example with FreeRtos but it gives a hard fault above 4KB. I tried many things such as increasing descriptors and MPUs according to these descriptors values but I can't. (by the way when increased the descriptors to 8 then UDP doesn't work). Please help me with how to configure it to receive 64KB.
Tested Code : https://community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working
