I call nrf_sdh_enable_request and get a error return code of 4097...where can I find a list of what the error codes mean?
Thanks
I call nrf_sdh_enable_request and get a error return code of 4097...where can I find a list of what the error codes mean?
Thanks
Hey Eric,
If you look in the nrf_error.h header file you will find a list of error codes. The error code 4097dec translates to 1001hex.
With a base of 1 and offset of 1 you will end up at NRF_ERROR_SVC_HANDLER_MISSING.
Cheers,
Håkon
have you fixed the issue? I have the same problem.