Hello, I have a question. In the HID_keyboard routine, I have already bound two phones.
Now I want to cancel the binding, and the function was called by key interrupt pm_peers_delete() , It turned out to be an error app: Fatal error


Hello, I have a question. In the HID_keyboard routine, I have already bound two phones.
Now I want to cancel the binding, and the function was called by key interrupt pm_peers_delete() , It turned out to be an error app: Fatal error


It seems like a fault You need to compile your program for debug, put a breakpoint in components\libraries\util\app_error_weak.c and step to see which kind of error it is. It is hard to narrow down the fault with just that log message.
It seems like a fault You need to compile your program for debug, put a breakpoint in components\libraries\util\app_error_weak.c and step to see which kind of error it is. It is hard to narrow down the fault with just that log message.