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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

865件の閲覧回数
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 返答(返信)

748件の閲覧回数
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

748件の閲覧回数
belmontbob59
Contributor IV

thank you Carsten