2024-07-27 04:27 AM
I am working on EEPROM Emulation in STM32L432 using its internal flash memory so is there any specific address for making EEPROM emulation in stm32l432kc or can we take any random address of flash memory? give the solution.
2024-07-27 06:23 AM
Dear @vpn
Here you go :
https://www.st.com/en/embedded-software/x-cube-eeprom.html
and This AN : https://www.st.com/resource/en/application_note/an4894-how-to-use-eeprom-emulation-on-stm32-mcus-stmicroelectronics.pdf
L4 series is fully integrated and supported.
Hope it helps
STOne-32
2024-07-27 09:33 AM
Best to use a couple of sectors/pages at the far (upper) end of the memory, for example by shrinking the FLASH memory section size in the Linker Script
Putting it in the middle creates it's own complications, and you can't start the MCU with it at the front of FLASH