- Wed Aug 12, 2015 9:31 pm
#25858
RogerClark wrote:I suppose SPIFFS could be implemented in STM32, in fact for EMW3165 its almost certainly needed.
Yes, like we discussed on stm32duino forum, EMW3165 is using something that look like SPIFFS, since there is about 400K of some kind of filesystems according to your discovery.
RogerClark wrote:I'm not sure how much use SPIFFS is going to be much use for general STM32F103 users with 128kb flash devices, but I guess it could come in handy for storing small images for UI stuff on displays.
Ohoh ! you still think about F103 chair ... Maybe you need to remember that even if I have some MapleMini, my primary interest is F4xx, since I own a stm32f4stamp and a Netduino (both F405) which has 1M of Flash ...
Also, I've received some W25Q128 today, hooking those up on either ESP or STM32 SPI port, that's provides 16MB ! Wow !
RogerClark wrote:Like on the ESP we'd need to upload it separately into a defined area of Flash.
Yes, as a kind of "default factory", at a well known defined address. But after that, firmware can handle that itself with Web Upload or some kind of Data OTA.