Hi,
I want to write/read data to nordic chip, it should hold data even after restarting the board.
Any help will be appreciated.
Thanks
Hi,
I want to write/read data to nordic chip, it should hold data even after restarting the board.
Any help will be appreciated.
Thanks
You can write your data to flash.
Address 0x0003FC00 and above (don't remember how much, but you find this in the nRF51 product specification) should be available for use.
You can write your data to flash.
Address 0x0003FC00 and above (don't remember how much, but you find this in the nRF51 product specification) should be available for use.
is there any tutorial/sample code that i can look at?
Yes. Look at the "flashwrite" example found in the nRF51 SDK.
Thanks for the answer. I am using mbed.org now, found it easier. Do you have any idea how do i do it on the mbed?
Nope. All I know about mbed is that is it heavily limited in comparison to the standard solution when it comes to HW/peripheral access.