Part Number: MSP432E401Y
Tool/software: Code Composer Studio
Hi everyone,
have a board MSP432E401Y connected to my PC with Ethernet cable directly, and I try to configure a static ip address 192.168.1.5/24 for the board which is in the same domain as my PC 192.168.1.100/24. To configure the ip address, in the .syscfg file I configured in "NDK stack" and "IP network service" the same address 192.168.1.5/24 as below:
But it doesn't work: I ping 192.168.1.5 from my PC, but it doesn't recognize this ip address.