cancel
Showing results for 
Search instead for 
Did you mean: 

Creating custom HTML pages with lwip LL drivers and application projects

Jennifer D
Associate II

Hi,

I have gotten the LL examples included in the STM32F$ firmware package to work on my computer and I am able to open the provided web pages for the ADC SSI and the LED CGI. My question now is how do I include a custom HTML page into this website?

I see a file called fs_custom.c that seems to contain all the raw bytes for the ADC and LED html files, do I add to this?

Any help appreciated, thank you.

2 REPLIES 2

The file system structures are typically created with MAKEFSDATA or equivalent tools. The original was a Perl tool, but I do recollect a Win32 app

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Jennifer D
Associate II

Could you explain more? I'm not sure how custom HTML code would fit into this example project.