Hi Everyone,
I have a STM32F4Discovery board from ST Microelectronics, and I have implemented on it an http server using the lwip v1.41 stack. I also have implemented a micro-SD with SDIO and FATFS, and USB FS as a mass storage device. All of this is working fine together.
My question is if I can store the webpages in the SD card in binary format instead of using the fsdata.c inside the microcontroller flash. If so, how can I do that? Is there any example?
Thanks
