Skip to main content
Theo Spalinger
Visitor II
June 24, 2017
Question

store parameters in flash of stm32F746

  • June 24, 2017
  • 2 replies
  • 706 views
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?

    This topic has been closed for replies.

    2 replies

    Bogdan Golab
    Lead
    June 24, 2017
    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

     
    Bogdan Golab
    Lead
    June 24, 2017
    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.