Can a STM Mcu replace an ESP8266 for a file system and a webserver?
Hi guys!
I just have a question if STMs MCU's are capable of doing somethings that I need.
Currently I have a project that integrates an ESP8266 for the SPIFF (File System) and a Wi-Fi module for a Webserver. I really dont want to keep using the ESP8266 and move onto a mcu that I am more familiar with.
I did some research but couldn't find concrete evidence that the STM can replace the ESP8266.
So I am asking here if the STM MCU is capable of:
- Can a STM MCU provide a filesystem within its flash memory? If not what do I need to do to get a File System within a STM MCU
- Can a STM MCU provide a webserver? I read something about LWip but didn't say practically it supports webservers. Would I need a STM that has a built in Ethernet controller? etc
Any tips are helpful thanks
TLDR; I need to replace an ESP8266 for a STM mcu but needs a file system and Webserver/Http Server
