I am trying to do a web server to store a file (mostly MP3) on a Micro SD card.
I have stm32f407-discovery and w5500 and a Micro SD card reader (unbranded manual pcb drawed).
- How can I open a web server with w5500?
- How can I write files on the Micro SD card with the sm32f4?
- How can I download files from the web browser onto the Micro SD card?