9 years, 6 months ago.

How to write and read internal flash of nRF51822?

How do you write and read internal flash of nRF51822?

Question relating to:

The nRF51822-mKIT is a low cost ARM mbed enabled development board for Bluetooth® Smart designs with the nRF51822 SoC. The kit gives access to all GPIO pins via pin headers …

1 Answer

9 years, 6 months ago.

Hi,

There are APIs for sd_flash_write() and such under nrf_soc.h (nRF51822/nordic/nrf-sdk/s110/nrf_soc.h). I haven't used them myself; but they should work. Please also consult the reference manual for the nRF51822. And ask on Nordic's developer forums for further help.

All the best.