I think the other issue with STM32 platforms is that most of flash has very large pages IIRC and thus my simple scheme where I store one module in one string in flash isn't viable.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think the other issue with STM32 platforms is that most of flash has very large pages IIRC and thus my simple scheme where I store one module in one string in flash isn't viable.