2017-06-24 02:05 AM
Does anyone know how to store user Parameters (like setpoints) in flash of a stm32F746 Controller using the HAL functions?
2017-06-24 06:26 AM
EEPROM Emulator example you can found in the CubeMX F7 package for the Discovery board based on F746.
2017-06-24 06:27 AM
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.