Two simple questions:
1) I'm using the Zephyr OS on the nRF52832. What is the easiest API for storing a small amount of data in FLASH memory?
2) Is there an index of the sample/example code for the nRF52 products?
Thanks,
Jim
Two simple questions:
1) I'm using the Zephyr OS on the nRF52832. What is the easiest API for storing a small amount of data in FLASH memory?
2) Is there an index of the sample/example code for the nRF52 products?
Thanks,
Jim
I'm just a beginner, but try this: Settings — Zephyr Project Documentation
I'm just a beginner, but try this: Settings — Zephyr Project Documentation
Hi,
1) I'm using the Zephyr OS on the nRF52832. What is the easiest API for storing a small amount of data in FLASH memory?
The settings subsystem with the sample suggested by tom is a great starting point.
2) Is there an index of the sample/example code for the nRF52 products?
As of now, no there are no such index in nRF Connect SDK. All samples does however have a "requirements" matrix near the top showcasing which samples are supported. If you select samples through the VS Code extension, you can also see which boards are supported when selecting the board in the build configuration (given that you have checked off "supported boards")
Kind regards,
Andreas