2019-10-15 02:28 AM
I can see various X-CUBE additional software packages on my STM32CubeIDE, but not the EEPROM emulation. Is this available, do I just need to download it somehow?
Thanks
2019-10-15 07:06 AM
You can borrow it from examples for various boards, for example this:
Maybe STM32F4 is not the best example because it has a complicated flash structure (erase blocks with different sizes) but the code is simple and quite generic.
You can also borrow from other vendors, for example Silicon Labs EFR32/EFM32 have a nice API for configuration storage, with data size > 16 bits.
-- pa
2019-12-20 04:41 AM
Thanks for your help.