I am playing with nrf51 DK. I used the following sample code,
ble_app_template_with_pstorage_SDK_8_1_0.zip
I want to pstorage clear/store in button event callback function, "void bsp_event_handler(bsp_event_t event)"
I works fine with S110, SDK 8.1. But there is no callbacks pstorage when I use it with S130, SDK11. Only I can use it in main loop. (not inside callback function).
Plus, there are bunch of variance of SDK version.. which version do I have to use for nrf51822?
Thank you in advance.