Tagged: Flash memories

FTP Server on STM32 with ethernet card and SD card or SPI Flash 0

FTP server on STM32 with w5500, enc28j60, SD Card, and SPI Flash

Implementing an FTP server on an STM32 involves integrating the W5500 Ethernet module, ENC28J60 Ethernet controller, SD Card, and SPI Flash. This setup enables efficient network communication and storage, allowing the STM32 to handle file transfers and manage data effectively in embedded systems.

STM32 SPI Flash memory storage 19

STM32: add SPI flash memory with FAT FS

The first SMT32 prototype boards don’t have an embedded SPI Flash, but the latest, like the WeAct STM32F4 board, has a footprint to add It. And for me, It’s very useful. The only problem Is that this Core doesn’t have a native library, so we will use the Adafruit one.