Skip to main content
KINGame
Associate III
May 16, 2019
Question

I am using stm32f429zi nucleo board, is there any Non-volatile programmable memory ..?

  • May 16, 2019
  • 3 replies
  • 955 views

I am using stm32f429zi nucleo board, is there any Non-volatile programmable memory ..?

This topic has been closed for replies.

3 replies

turboscrew
Senior III
May 16, 2019

The flash, where your program goes.

 And some backup-registers (if you have the backup battery).

KINGame
KINGameAuthor
Associate III
May 16, 2019

I want to save 1500 integer array value and i don't have backup battery for my application.

Is it possible to save these data in flash.(if so can you please share the programming details regarding this)

Thank you

Tesla DeLorean
Guru
May 16, 2019

The flash doesn't discriminate between code or data. Should be FLASH examples within the HAL code/example trees of the F4 repository. ​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..