Part Number: MSP432E411Y
Hi,
On a custom board equipped with MSP432E411Y, the following sample code has been changed for MSP432E411Y and operation has been confirmed.
C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\rtos\MSP_EXP432E401Y\ns\tcpecho\tirtos\ccs

Open tcpecho.syscfg and the default is DHCP setting as shown above. Therefore, I changed only the MAC address setting, connected the PC running the openDHCP server to our custom board via a network switch, and ran the program. As a result, the console output is as follows, and the IP address that should be automatically obtained by DHCP was not output, and after a while it failed.

Also, since we want to perform Ethernet communication with a static IP address on the custom board, we set the static IP address on tcpecho.syscfg. When I ran the program, I got the following console output: I confirmed that NDK_accept() of the tcpHandler function continues to wait for a connection request from the outside. Therefore, I issued a connection request from the PC to the static IP address with Port 1000, but I could not get out of accept() and the connection request was not accepted.

Can you give me some advice to solve it?
Thanks,
Eevee













