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é
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é
I was not able to find it either. But as Håkon mentioned here, the bsdlib is not fully documented yet.
What modem version and ncs version are you using?
Best regards,
Simon
I step throw the Assembler-Code and i found where the 0x00008108 comes (nrf_mem_register()) from I think i had somthing to do with the RAM partition and i changed it. Now I am coming further in the bsd_init function (Assembler) but I am getting an Hard-Fault.
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
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