Hello,
I am running keyboard2mouse example and trying to make use of SW5 (P1_1).
The example configures USB0 as host controller and USB1 as device controller; In which case P1_1 should be available for general GPIO use since USB1's over current functionality is only defined in host mode.


When I configure SW5 as GPIO, the MCU detaches the keyboard from the port as soon as I press SW5.

Why is that happening ? what am I missing? Please find test case attached; it uses FC9 for debug output. Please advise.