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: RS232C to Ethernet converter

Part Number: MSP432E401Y

Hi,

I want to realize the similar application.

Could you please elaborate the answer for " how to create a web server that sets IP address? Are there any reference materials?."

Thank you

Regards

Kalyan.

  • Hello Kalyan,

    Can you explain what exactly you are trying to do?

    The MSP432E4 MCU can get IP address either dynamically (using DHCP server) or statically. Do you want to assign IP address statically from a Web Server? If yes where will the web server be running - on MSP432E4?

    Which TCP/IP stack are you planning to use?

    Thanks,
    Sai
  • Hello sai,
    First of all thank you for the reply.
    1. I would like to realize serial to ethernet (and ethernet to serial) application using msp423e401y.
    2. I want to assign an ip address statically using a web page with an ip which is assigned initially to the board. once ip is assigned, the web page should be opened with the latest ip address assigned to the board.
    3. NDK, however for the particular microcontroller sample web control application is not there in NDK rtos. In one of the forum thread i have already enquired for the sample web control program in NDK rtos. you only answered me that it will be released but cant confirm the date. looking for that.

    so guide me for realising this.

    Thank you.

    Regards
    Kalyan.
  • Kalyan,

    The best option right now is to use lwIP based HTTP server example (located in the folder ./examples/nortos/MSP_EXP432E401Y/lwip/ethernet-based_io_control/ of the SimpleLink MSP432E4 SDK).

    The following Application Note has a similar implementation using TivaWare on TM4C129 MCU. It has to be ported to the SimpleLink MSP432E4 SDK: www.ti.com/.../spma072.pdf

    Thanks,
    Sai
  • Hello sai,
    Thank you for the reply.
    I have seen that example. however could you please let me know how to port that to the msp432e401y.

    Thank you
    Regads,
    kalyan.

**Attention** This is a public forum