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

BSD-Library nrf9160

When I am initializing BSD-library with bsd_init(), the function gives me back an value which i can´t find anywhere 0x00008108.

Hopefully you guys could tell me what this code means.

Kind regards

René

Parents Reply Children
  • Have you read the explanatory text above bsd_init() inside bsd.h?

    "This method shall be called before using any of the other methods of the application. In case the initialization fails, the call results in a hard fault."

    "This method shall be called once. Calling this method again with a shutdown results in undefined behavior."

    Check out this, and see if it causes the hardfault.

    Best regards,

    Simon

Related