Hi,
I am using
HW: nRF6310 + PCA10005
SW: s120_nrf51822_1.0.0_softdevice.hex + ble_app_multilink_central (\Keil\ARM\Device\Nordic\nrf51822\Board\nrf6310\s120\experimental)
SDK: nRF51 SDK v. 5.2.0
I connected a RS232-USB converter to nRF6310, then I got an error "[APPL]:ASSERT: --\main.c, 403, error 0x0000000f".
I checked, and found that
402: err_code = pstorage_init();
403: APP_ERROR_CHECK(err_code);
So it might be the problem of "pstorage_init();".
What can I do??
Thank you.
Jason