This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

peer manager init returns fatal error

Hi,

I've tried to implement the DFU_buttonless example to my development board. I programmed the bootloader and the settings-page. The bootloader detects the application and starts it, but then when peer manager is initialized, it returns a fatal error.

Does anybody know this problem or have a hint where my problem is?

Thanks in advance!!!

I'm using SDK15 SD 6 and the gcc compiler (if that helps)

Kind regards

Sascha Schmidt

Parents Reply
  • Hi, thanks for your help in advance. I've checked the error code. The function pm_init returns error code 3 (INTERNAL_ERROR). I checked inside pm_init which function returns an error code and found out that pds_init() returns error code 134. Inside pds_init() the function fds_init() returns error code 11 (NRF_ERROR_INVALID_DATA or NRF_ERROR_STORAGE_FULL). Could it be thatI haven't enough flash assigned to the softdevice?

Children
Related