Skip to main content
Visitor II
April 22, 2020
Question

Hello everybody , i send socket and revceive with stm32f407 + lwip + udp by function sendto(), receivefrom(). but when i send about 2.3 minutes everything is stop and stop in task. Help me, thank you so much

  • April 22, 2020
  • 1 reply
  • 637 views

0693W000000WF6rQAG.png

    This topic has been closed for replies.

    1 reply

    Explorer
    April 22, 2020

    Sorry, but there is not much information about your issue, except for guessing.

    Perhaps a stack overflow or a buffer overrun ?

    Use a debugger to check if the code faults (hardfault handler). If so, decode the respective SCB fault registers.

    Instrument your code to see what happens.