virtual EEPROM parameters
I am trying to implement a virtual EEPROM on an STM32G0B1
Some simple implementations exist but i rather use the formal ST as described in:
https://www.st.com/en/embedded-software/x-cube-eeprom.html#
My question, what are the guidelines for the START_PAGE_ADDRESS? how do i make sure this section will never be used by my code, causing un-expected behavior? It seems i am supposed to configure the highest flash memory address and hope it will never overlap with my code. Am i wrong?
