2019-05-15 10:33 PM
I am using stm32f429zi nucleo board, is there any Non-volatile programmable memory ..?
2019-05-15 10:48 PM
The flash, where your program goes.
And some backup-registers (if you have the backup battery).
2019-05-15 11:19 PM
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
2019-05-16 02:38 AM
The flash doesn't discriminate between code or data. Should be FLASH examples within the HAL code/example trees of the F4 repository.