-
I am using STM32H750B-DK board I want to run the nvs example on it and need help regarding setting up the overlay file for the board. I am new to zephyr and unable to figure out what changes are required to make it work |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 27 replies
-
NVS will not work on that device due to the sector size |
Beta Was this translation helpful? Give feedback.
-
For the stm32h750 , the internal flash is 128KB containing one user sector fo 128KB The samples/subsys/nvs/ cannot run on the internal flash memory since the (single) sector used for storage also contains the code. It cannot be erased ! |
Beta Was this translation helpful? Give feedback.
-
write/reading the internal flash of the
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
take a look a this
flash_h7.zip
west build -p always -b stm32h750b_dk samples/boards/stm32/flash_h7/