STM32F746 Webserver files loaded from SD card
Hello,
I want to create a webserver application, and I want my html file modified seperately. So I think that saving my web files (including .html, .css and .js files) into SD card I a good solution, So whenever I want to modify my website, I just need to edit web files and put them into SD card.
I read a lot about lwIP and FatFs package but I still dont know how to figure it out.
Can any one expert on this field give me an example project like that? any IDE project is OK. Or I just need to be guided to configure the STM32cubeMX, and create a simple webserver saved on SD card.
Thank you very much
#fatfs #sd-card #web-server #lwip