Hi,
I am working on Keyboard HID example application. I am trying to 'step into' the code (debugging) to understand the working of the code. But the example ends up in app_error_fault_handler. The example works fine when running freely. So my question is why is the execution ending up in the app_error_fault_handler in debug mode?
Thanks in advance.