device_get_binding() return NULL #29241
-
Beta Was this translation helpful? Give feedback.
Answered by
mbolivar-nordic
Oct 15, 2020
Replies: 1 comment 1 reply
-
There are two reasons why device_get_binding() may return NULL:
Since from your report it looks like there is such a device, I assume its initialization function failed. You will need to add printlines or attach a debugger to that function and step through to figure out why. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mejtejt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two reasons why device_get_binding() may return NULL:
Since from your report it looks like there is such a device, I assume its initialization function failed. You will need to add printlines or attach a debugger to that function and step through to figure out why.