Hello,
I want to store some data(coming from the ADC) in flash for nrf51822.
is it possible?
have you any example to show me?
Thanks a lot and best regards
Angelo
Hello,
I want to store some data(coming from the ADC) in flash for nrf51822.
is it possible?
have you any example to show me?
Thanks a lot and best regards
Angelo
Hello,
with zephyr you can try this sample https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/nvs
Hello,
thanks a lot for the example.
Angelo
The nrf51822 has very little flash left on top of softdevice, application and bootloader. I strongly recommend using external storage.
Prego! Noc c'è di che!
Remember to define the storage partition if you use a board without this definition, you will need something like:
storage_partition: partition@3e000 { //The name needs to be "storage" label = "storage"; reg = <0x0003e000 0x00002000>; };
Best regards,
Marcelo Aleks
Hello,
are you italian? :-)
regarding the code above, I am using the following board to develop my application:
https://www.waveshare.com/nrf51822-eval-kit.htm
As sw I am using keil v5 and softdevice 130.
Can I write your code in the main.c code?
Thansk a lot