Skip to content

Conversation

@fpistm
Copy link
Member

@fpistm fpistm commented Sep 24, 2018

With this PR, user is now able to customize which part of the FLASH to used for EEPROM emulation.
Example to use the sector 3 of the DISCO F746NG:

#define FLASH_DATA_SECTOR 3
#define FLASH_BASE_ADDRESS  0x08018000

Address was limited to 65Kb while on some STM32 series,
sector size use could be higher


Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Fix stm32duino#248

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
@fpistm fpistm added this to the 1.3.1 milestone Sep 26, 2018
@fpistm fpistm added enhancement New feature or request fix 🩹 Bug fix labels Sep 26, 2018
@fpistm fpistm merged commit 769234c into stm32duino:master Sep 26, 2018
@fpistm fpistm deleted the eeprom branch September 26, 2018 09:14
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
 [EEPROM] Allow FLASH definition to be redefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request fix 🩹 Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant