My code:
uint32_t err_code;
uint8_t randomBytes[6];
err_code = sd_rand_application_vector_get(randomBytes, sizeof(randomBytes));
When this function is called my system goes off in the weeds. Anyone else have this problem?
=]
My code:
uint32_t err_code;
uint8_t randomBytes[6];
err_code = sd_rand_application_vector_get(randomBytes, sizeof(randomBytes));
When this function is called my system goes off in the weeds. Anyone else have this problem?
=]
Hey, that works! I'm a little confused why your code works and calling the vector function does not - seems like a softdevice API implementation bug to me. =]
And yes I have found halting the MCU to upset the softdevice. Is there a way to halt the peripherals upon a breakpoint using debugger settings?
=]
Hey, that works! I'm a little confused why your code works and calling the vector function does not - seems like a softdevice API implementation bug to me. =]
And yes I have found halting the MCU to upset the softdevice. Is there a way to halt the peripherals upon a breakpoint using debugger settings?
=]