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 7094e13 commit 4a564ecCopy full SHA for 4a564ec
targets/TARGET_NXP/TARGET_LPC408X/device/system_LPC407x_8x_177x_8x.c
@@ -555,8 +555,7 @@ fpu_init();
555
LPC_SC->CLKOUTCFG = CLKOUTCFG_Val; /* Clock Output Configuration */
556
#endif
557
558
- //TODO: verify correct operation w/ this setting. Refer to Table 18 in UM10562.pdf.
559
- LPC_SC->PBOOST |= 0x00; /* Power Boost control */
+ LPC_SC->PBOOST |= 0x03; /* Power Boost control */
560
561
#if (FLASH_SETUP == 1) /* Flash Accelerator Setup */
562
LPC_SC->FLASHCFG = FLASHCFG_Val|0x03A;
0 commit comments