Skip to content

[EEPROM] Allow FLASH definition to be redefined #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 26, 2018

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