cancel
Showing results for 
Search instead for 
Did you mean: 

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

KINGame
Associate III

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

3 REPLIES 3
turboscrew
Senior III

The flash, where your program goes.

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

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

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
Up vote any posts that you find helpful, it shows what's working..