OM13092/ bug in system_LPC54608.c::SystemCoreClockUpdate()

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OM13092/ bug in system_LPC54608.c::SystemCoreClockUpdate()

428 Views
belmontbob59
Contributor IV

When calling the following:

BOARD_BootClockPLL180M();

SystemCoreClockUpdate();

The function "SystemCoreClockUpdate() " ends up updating the global variable "SystemCoreClock" with 360000000 instead of 180000000. 

Labels (1)
2 Replies

311 Views
carstengroen
Senior Contributor II

Bob,

I changed my system.lpc54606.c:

pastedImage_1.png

Check also: https://community.nxp.com/thread/459343 

Hope this helps

311 Views
belmontbob59
Contributor IV

thank you Carsten