cancel
Showing results for 
Search instead for 
Did you mean: 

store parameters in flash of stm32F746

Theo Spalinger
Associate II
Posted on June 24, 2017 at 11:05

Does anyone know how to store user Parameters (like setpoints) in flash of a stm32F746 Controller using the HAL functions?

2 REPLIES 2
Posted on June 24, 2017 at 15:26

EEPROM Emulator example you can found in the CubeMX F7 package for the Discovery board based on F746.

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef7.html

 
Posted on June 24, 2017 at 15:27

See AN4731 Application note where they mention that the EEPROM Emulation example shpuld be available - I do not have F7 boards a the moment to verify if it works.