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.

RTOS/TM4C1294NCPDT: How to dynamically change web/image files?

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hello, 

I currently have a well-running http server, but the page content is a bit large (including images) and the final productwill use the same program to correspond to different product models.

Different product models have different *.index and *.png.
Is there a way to change html files and image files while the program is running? (Transfer data via i2C)
(Update *.index, * .png depending on the situation)
Since *.index is converted to *.c, I don't know how to implement it now.

Thank you.