@@ -382,62 +382,62 @@ void BOARD_BootClockRUN(void) {
382
382
rootCfg .div = 1 ;
383
383
CLOCK_SetRootClock (kCLOCK_Root_Can3 , & rootCfg );
384
384
385
- /* Configure LPUART1 using SYS_PLL3_PFD3_CLK */
385
+ /* Configure LPUART1 using SYS_PLL2_PFD3_CLK */
386
386
rootCfg .mux = kCLOCK_LPUART1_ClockRoot_MuxSysPll2Pfd3 ;
387
387
rootCfg .div = 4 ;
388
388
CLOCK_SetRootClock (kCLOCK_Root_Lpuart1 , & rootCfg );
389
389
390
- /* Configure LPUART2 using SYS_PLL3_PFD3_CLK */
390
+ /* Configure LPUART2 using SYS_PLL2_PFD3_CLK */
391
391
rootCfg .mux = kCLOCK_LPUART2_ClockRoot_MuxSysPll2Pfd3 ;
392
392
rootCfg .div = 4 ;
393
393
CLOCK_SetRootClock (kCLOCK_Root_Lpuart2 , & rootCfg );
394
394
395
- /* Configure LPUART3 using SYS_PLL3_PFD3_CLK */
395
+ /* Configure LPUART3 using SYS_PLL2_PFD3_CLK */
396
396
rootCfg .mux = kCLOCK_LPUART3_ClockRoot_MuxSysPll2Pfd3 ;
397
397
rootCfg .div = 4 ;
398
398
CLOCK_SetRootClock (kCLOCK_Root_Lpuart3 , & rootCfg );
399
399
400
- /* Configure LPUART4 using SYS_PLL3_PFD3_CLK */
400
+ /* Configure LPUART4 using SYS_PLL2_PFD3_CLK */
401
401
rootCfg .mux = kCLOCK_LPUART4_ClockRoot_MuxSysPll2Pfd3 ;
402
402
rootCfg .div = 4 ;
403
403
CLOCK_SetRootClock (kCLOCK_Root_Lpuart4 , & rootCfg );
404
404
405
- /* Configure LPUART5 using SYS_PLL3_PFD3_CLK */
405
+ /* Configure LPUART5 using SYS_PLL2_PFD3_CLK */
406
406
rootCfg .mux = kCLOCK_LPUART5_ClockRoot_MuxSysPll2Pfd3 ;
407
407
rootCfg .div = 4 ;
408
408
CLOCK_SetRootClock (kCLOCK_Root_Lpuart5 , & rootCfg );
409
409
410
- /* Configure LPUART6 using SYS_PLL3_PFD3_CLK */
410
+ /* Configure LPUART6 using SYS_PLL2_PFD3_CLK */
411
411
rootCfg .mux = kCLOCK_LPUART6_ClockRoot_MuxSysPll2Pfd3 ;
412
412
rootCfg .div = 4 ;
413
413
CLOCK_SetRootClock (kCLOCK_Root_Lpuart6 , & rootCfg );
414
414
415
- /* Configure LPUART7 using SYS_PLL3_PFD3_CLK */
415
+ /* Configure LPUART7 using SYS_PLL2_PFD3_CLK */
416
416
rootCfg .mux = kCLOCK_LPUART7_ClockRoot_MuxSysPll2Pfd3 ;
417
417
rootCfg .div = 4 ;
418
418
CLOCK_SetRootClock (kCLOCK_Root_Lpuart7 , & rootCfg );
419
419
420
- /* Configure LPUART8 using SYS_PLL3_PFD3_CLK */
420
+ /* Configure LPUART8 using SYS_PLL2_PFD3_CLK */
421
421
rootCfg .mux = kCLOCK_LPUART8_ClockRoot_MuxSysPll2Pfd3 ;
422
422
rootCfg .div = 4 ;
423
423
CLOCK_SetRootClock (kCLOCK_Root_Lpuart8 , & rootCfg );
424
424
425
- /* Configure LPUART9 using SYS_PLL3_PFD3_CLK */
425
+ /* Configure LPUART9 using SYS_PLL2_PFD3_CLK */
426
426
rootCfg .mux = kCLOCK_LPUART9_ClockRoot_MuxSysPll2Pfd3 ;
427
427
rootCfg .div = 4 ;
428
428
CLOCK_SetRootClock (kCLOCK_Root_Lpuart9 , & rootCfg );
429
429
430
- /* Configure LPUART10 using SYS_PLL3_PFD3_CLK */
430
+ /* Configure LPUART10 using SYS_PLL2_PFD3_CLK */
431
431
rootCfg .mux = kCLOCK_LPUART10_ClockRoot_MuxSysPll2Pfd3 ;
432
432
rootCfg .div = 4 ;
433
433
CLOCK_SetRootClock (kCLOCK_Root_Lpuart10 , & rootCfg );
434
434
435
- /* Configure LPUART11 using SYS_PLL3_PFD3_CLK */
435
+ /* Configure LPUART11 using SYS_PLL2_PFD3_CLK */
436
436
rootCfg .mux = kCLOCK_LPUART11_ClockRoot_MuxSysPll2Pfd3 ;
437
437
rootCfg .div = 4 ;
438
438
CLOCK_SetRootClock (kCLOCK_Root_Lpuart11 , & rootCfg );
439
439
440
- /* Configure LPUART12 using SYS_PLL3_PFD3_CLK */
440
+ /* Configure LPUART12 using SYS_PLL2_PFD3_CLK */
441
441
rootCfg .mux = kCLOCK_LPUART12_ClockRoot_MuxSysPll2Pfd3 ;
442
442
rootCfg .div = 4 ;
443
443
CLOCK_SetRootClock (kCLOCK_Root_Lpuart12 , & rootCfg );
0 commit comments