I am starting to port the example nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_peripheral\ble_app_hrs to my board. I haven't made any change to the example to save something using hte pstorage API. Still when starting BLE advertising, ble_advertising_start() calls pstorage_access_status_get(&count) and count is always set to 1. I hacked the app by setting count to zero to get further but cannot figure out how to fix it.
please help.