hi, i am a user of tm4c1294, about the examples of freertos_demo.
it used a combination of freertos + lwip + raw api, i have modify it to use the BSD socket. but i have met a problem.
in my application, i created several task, one is establish socket connection, receive ethernet data and send them to comm port; the other task is to send data to remote server using same socket fd.
now the problem comes, after a long time continuous running, the system hangs, it may respond to ping, or just dead.
i have checked about the interrupt priority setting ok, so where is the cause?