EEPROM emulation in FLASH with Nucleo STM32L432KC & Linker File
Hello all,
I'd like to use a portion of my FLASH memory to save four 16-bit preset values. I've read that some STM have several Flash Type Program such as byte, halfword, etc.
Unfortunately, it seems that the L432KC only authorizes double word type.Therefore how should I handle this situation?
Also is it mandatory to modify my linker file to protect the memory area I plan to use (the last memory page located at address 0x0803F800)? If so, would someone have an example for me to learn from?
Thanks a lot for your help,
Emmanuel