This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ble_app_multilink_central program returns [APPL]:ASSERT: --\main.c, 403, error 0x0000000f

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

Related