In this FAQ i am going to explain the Step-by-Step process to execute the LwIP demo on the TMS570LC4357 HDK board using static IP.
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.
In this FAQ i am going to explain the Step-by-Step process to execute the LwIP demo on the TMS570LC4357 HDK board using static IP.
Hi Everyone,
Follow all the below steps to execute the LwIP demo on the TMS570LC4357 HDK board using static IP.
1. First of all download the LwIP demo from below path:
6.1. Project 0 — Hercules Safety MCUs Documentation
2. Once you download the demos folder then you can find the TMS570LC4357HDK LwIP demo in the below path:
..\Application\LwIP\v00.04.00\TMS570LC43x
3. Import this example project into the CCS project Explorer.
4. Now change the S2-4 switch on the TMS570LC4357HDK board to the ETHERNET ON
5. Now connect an ethernet cable between PC and HDK board and open the command window and verify the ipconfig details. I got the IP address and subnet mask as below:
6. Based on the above IP address and subnet mask, configure the static IP address in HDK LwIP code as below
6. Now build the project and load it into the HDK board.
7. Once you load the project into the HDK board, open a serial terminal application with below configurations.
8. Now reset the board and verify the serial com data
As you can see, PHY ID and device IP address also got SET now.
9. Now I open a browser and access the server IP address that received in serial terminal.
As you can see that I was able to access the server page, so the demo is working as expected.
Just make sure you are doing all these steps correctly. And i am attaching my tested project for your reference:
--
Thanks & regards,
Jagadish.