Skip to main content
Linda
Associate III
June 23, 2015
Question

How to keep data in standby mode for STM32F429

  • June 23, 2015
  • 3 replies
  • 676 views
Posted on June 23, 2015 at 17:43

How to keep data in standby mode for STM32F429

    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    June 23, 2015
    Posted on June 23, 2015 at 18:16

    Put it in the battery backed RAM region?

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Linda
    LindaAuthor
    Associate III
    June 23, 2015
    Posted on June 23, 2015 at 18:27

    May I ask a little more, how to put them there? Or do you have some samples?

    Thanks

    Tesla DeLorean
    Guru
    June 23, 2015
    Posted on June 23, 2015 at 19:46

    4KB situated at 0x40024000 within the processor's address range, so put structures in it, or memcpy(), etc.

    STM32F4xx_DSP_StdPeriph_Lib_V1.3.0\Project\STM32F4xx_StdPeriph_Examples\RTC\RTC_BKPDomain\main.c

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..