Part Number:MSP-EXP432E401Y
Tool/software: TI-RTOS
Hi,
Apologies for the cryptic title, but this issue is hard to put a label on. The project I'm working on requires multiple TCP sockets (4 to be exact) and an HTTP server. After I connect the second TCP socket, the HTTP server becomes unresponsive. This happens when attempting multiple connects to the same socket (ie connect, disconnect, connect, disconnect on port 1000) and with single connections to multiple sockets (ie connect port 1000, connect port 1001).
Note:
* I've tried increasing the stack size, even though I assume running out of stack would invoke the exception handler, which is not happening.
* I'm using tcpecho_MSP_EXP432E401Y_tirtos_ccs as a base project.
* I can still ping the IP assigned to the board after the HTTP server becomes unresponsive.
Thanks