We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4625592 commit dc6b748Copy full SHA for dc6b748
source/hic_hal/nxp/lpc4322/system_LPC43xx.c
@@ -523,6 +523,7 @@ static void SetClock (void) {
523
(PLL0USB_DIRECTI << 2 ) | /* Direct input */
524
(PLL0USB_BYPASS << 1 ) | /* PLL bypass */
525
(0 << 0 ) ; /* PLL0USB Enabled */
526
+ LPC_CREG->CREG0 &= ~(1 << 5); // Enable USB0 PHY power.
527
while (!(LPC_CGU->PLL0USB_STAT & 1));
528
529
0 commit comments