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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

860 次查看
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. 

标签 (1)
2 回复数

743 次查看
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

743 次查看
belmontbob59
Contributor IV

thank you Carsten