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: NDK Sysconfig Manage Configuration

Part Number: MSP432E401Y
Other Parts Discussed in Thread: SYSCONFIG

Hi,

What is the recommended method to manage the IP configuration initially created by sysconfig?  For example sysconfig in the CCS project is configured for DHCP but once deployed it needs to be configured for a static IP address and related fields.

Regards,

-Mike

  • Hi, 

    The IP config setting can be modified from UART/SPI etc from any user interface. The syscfg tool is just a code generation tool for the chip as an initial setting. You can add the application sw to modify the settings during the operation. We have no recommend method. You can modify it by your application.