Question
Hard Fault after receiving packet with LwIP
Thank you for helping.
The microcomputer is STM32F769I.
I wrote the code with reference to the HttpServer sample.
TCP / IP server application.
When I send a packet from a TCP client, I can receive it, but then it HardFaults.
It seems to happen after releasing a semaphore with an Ether interrupt.
What could be the cause and how should I debug it?
Thank you.
