Store application setting on SD card

<< Click to Display Table of Contents >>

Navigation:  nRF51 Target > Demos > SPI >

Store application setting on SD card

Previous pageReturn to chapter overviewNext page

Demo File: save_setting_ini.mdl

Location: <waijungroot>\targets\nrf51_target\nrf51\demo\filestream\

Target: RTW (Build and Download this demo file into the nRF51 Target board)

Description

nrf51_demo_store_ini_model

Description

The demo showing to save/load the application setting into SD card.

Hardware setup

See Hardware Setup.

Testing

Use save command to store value to SD card, format: "save <value1>,<value2>,<value3>\r"

To load setting value from SD card, format: "load\r"

To get the current setting, format: "get\r"

nrf51_demo_store_ini_testing