Content originally posted in LPCWare by R2D2 on Mon May 20 02:33:27 MST 2013
Quote: Lumos
Hello, I am investigating how to change my LPC1769 clock settings to 120 MHz. My PLL0CFG_Val has value 0x00050077, but after calling of SystemClockUpdate() function, SystemFrequency variable is 72000000 (72 MHz). I tried to play with PLL0CFG_Val but without any effect. Still 72 MHz.
Do someone know what exactly and where should be changed to reach 120 MHz clock?
Did you read this thread?
Quote: Zero
And where did you change PLL0CFG_Val?
Did you rebuild CMSIS and actual project after this?
Did you use debugger to control PLL0CFG?