mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 20:30:38 +00:00
The problem occurs because if the USB cable is unplugged while an DMA transfer is in flight the transfer is canceled but the register SAM_USBHS_DEVDMACTRL is left in an undefined state. The problem was fixed the problem by resetting the register SAM_USBHS_DEVDMACTRL to a known state. Additionally all pending interrupts are cleared. |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||