8 years ago.

Are there any API to write/read EEProm or register?

I am using the RedBearLab BLE Nano and I want to preservation some data which is power lost can save so that I can read it everytime I reset the broad.As I know nordic nRF has a API as ble_flash_word_write() to write date to registers and I want to know if mbed has some similar API?

2 Answers

8 years ago.

Short answer: No, there is no standard mbed API for this.

I seen there is a library named as "fstorage".Are there any example of how to use it ?

posted by Jackson Lv 26 Apr 2016
8 years ago.

Since the RedBear board is using the Nordic CPU can you use the same API?

I seen there is a library named as "fstorage".Are there any example of how to use it ?

posted by Jackson Lv 26 Apr 2016