![]() |
nRF5 SDK
v15.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
The Flash Write Example allows to access flash memory using console commands.
You can use the following commands:
flash write "<string>"
- Add a new string to the flash memory.flash read
- List all added strings.flash erase
- Erase the flash memory.You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\peripheral\flashwrite
Test the Flash Write Example application by performing the following steps: