Skip to main content
nishant_sahay
Associate II
March 29, 2019
Question

What are the available addresses to write in EEPROM for STM32L072xx series?

  • March 29, 2019
  • 1 reply
  • 930 views

I am writing to the address of eeprom which is 6kb in size for stm32l072, but I am only able to write at specific locations like, 0x08080000,0x08080004,0x08080008,0x08080010,0x08080014,0x08080018,0x08080020,..... and it conitunes like this.

This topic has been closed for replies.

1 reply

S.Ma
Principal
March 29, 2019

Data EEPROM 0x0808 0000 - 0x0808 07FF 2 Kbytes - Data EEPROM

How do you program the EEPROM? Using HAL?

If yes, carefully read the header and function description.

Can you share a source code exctract to dig a bit more specifically?

nishant_sahay
Associate II
March 29, 2019

I am defining the start address of the eeprom which is 0x08080000 and it is working fine for it, but if I do it as 0x08080001 it's not working out.