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.
Tool/software: Code Composer Studio
Hi,
I am using TM4C129EXL Evaluation kit with CCS 7.0
I have a requirement to establish a webpage from my TI Evaluation Kit and pass data between the controller and web page. For that, I have imported the "enet_io" example program from its example program.
directory. I am new to web server-based applications.
The webpages are stored as .html format inside the program directory under a file name called "fs". I opened a html page in note pad and edited the heading and some content of the page. I opened the edited html page in chrome to confirm whether the modified items are updated as webpage. It got updated.
But if I upload the firmware into the controller and enter with the ip address, the modified web page is not getting updated. Only the old unmodified version appears.
It seems that even if I modify the webpage html files inside the 'fs' folder, while updating the firmware it is not getting into the controller.
Kindly say where I am wrong?
Thank You!