How can i use sd card with httpd server? (LWIP/FATFS/ETHERNET/HTTPD/SDCARD)
I need to use SD Card in my project because of my mcu has not enough memory space. I need 200MB free space so i want to use SD Card. My html,css, js files are big size. When I convert my html,css,js files to C file (fsdata.c), that file be more than 150-200MB. My MCU memory just 1MB. How can i do it? I looked FATFS-LWIP application in st code but it didnt help to me. It is basic example (i can not do anything with html,css,js file in this example). Please if you have any idea or advice, help to me :)