SAMD21 USBDeviceClass::ISRHandler() called continuously. #65
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Running the MKR1000, I discovered with a debug statement in USBDeviceClass::ISRHandler() within USBCore.cpp, the handler is called continuously.
Executing this statement after enumeration seems to solve the problem.
USB->DEVICE.INTENCLR.reg = 0xFF;
The text was updated successfully, but these errors were encountered: