Part Number: MSP432E401Y
We have a PC(windows 10) program listening to a fixed port. When I try to connect the MSP432 to a non existing IP address the program hangs. When I use the correct IP it connects and communicates as expected.
Running in debug mode with JTAG we get the IP, but how can we find when we are running without the JTAG.
We have previous used CC32320SF and when we tried to connect to a non existing IP it timed out and we just tried the next.
I have not been able to find any methods that can help here, any example code would be useful, Tried to use "C:\Ti\simplelink_msp432e4_sdk_4_20_00_12\source\ti\ndk\tools\console\conping.c", but so far I only get response from the MSP432 IP.
We are using Code Composer and simplelink_msp432e4_sdk_4_20_00_12 and source code based on tirtos: empty & tcpecho examples.