User Activity

Hello.i need to make EEPROM emulator for data storage here i am using stm32l432kc controller. and i am using last 4 pages of internal flash memory to emulate EEPROM. start address of page 124 is 0x0803E000 end address of page 127 is 0x0803FFFF. each ...
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.