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

sd_rand_application_vector_get() crashes system

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?

=]

Parents Reply Children
No Data
Related