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
  • Thanks for confirming. I can't think of any other obvious reasons for this error, but would helpful to know what the error code is, and from what function call it was returned.You can get this information from the debug log if you have compiled your project with the 'DEBUG' flag added to your list of pre-processor definitions.

    I have not managed to reproduce this error here. I used the bootloader and buttonless template example with GCC.    

Children
Related