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.
Hi all,
I want to change the default webpage of LwIP with the HTML code of my own.
So I followed the steps mentioned in the forum https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/952362/tms320f28388d-how-to-change-html-file-for-lwip-example. There they are suggested to place the generated fsdata.c in the location [C2000Ware_3_03_00_00\libraries\communications\Ethernet\third_party\lwip\lwip-2.1.2\src\apps\http\fsdata.c].
In my case with AM2434 LP, where should I place fsdata.c to get updated with the project?
I have tried placing it in the location C:\ti\mcu_plus_sdk_am243x_09_00_00_35\source\networking\lwip\lwip-stack\src\apps\http\fsdata.c
Thank you.
I have tried placing it in the location C:\ti\mcu_plus_sdk_am243x_09_00_00_35\source\networking\lwip\lwip-stack\src\apps\http\fsdata.c
Hi Jaysurya,
The above seems like a correct place to put your fs.c file. Did it not work for you?
Also please note that you are making changes in your lwip library for effects to take place you need to rebuild the lib and then rebuild the example for changes to take place. Let me know if you still face some issue?
Hi Nilabh,
I have rebuild my library with gmake and also rebuilt the example project but no change. I'm still getting the default webpage.
Hi Jayasurya,
Apologies for the delay,
When you make chnage in the file and rebuild the lib do you see that particular file getting compiled and seen in the log.?