Resolved! NUCLEO-F767ZI: usb: over-current condition
I am using a NUCLEO-F767ZI Board.Previously I have not used or configured any GPIO. Then I used CubeMX to reconfigure 3 Pins to Inputs with Pull-Down like this: if (HAL_GPIO_ReadPin(button_uncouple_GPIO_Port, button_uncouple_Pin) == GPIO_PIN_SET) {I...