This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: tcpecho example blows stack

Part Number: MSP432E401Y


I am running MSP432E401Y LaunchPad with the example project "tcpecho" and the python tcpSendReceive.py - it works fine. In the example python script the socket is kept open. If the socket is closed or terminated it blows the idle stack and the tcpworker stack. Increasing the idle stack size prevents idle stack from blowing. However the tcpworker stack still blows when the socket is closed then reopened - (not every close/open cycle but often - as soon in  ROV). Increasing the tcpworker stack doesnt help. The same happens when I use my own python script to test, also same happens when TCP address is assigned by DHCP or statically assigned. Are there any suggestions to address this?