xplorer 4330 board and LPCOpen2.16 clock issue

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

xplorer 4330 board and LPCOpen2.16 clock issue

420 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mengxp on Tue Jun 14 23:35:14 MST 2016
LPCOpen2.12 has a wrong clock set code , and it won't run at 102MHz or lower, some topic says the Clock driver has some bug
so, I want try LPCOpen2.16, but LPCOpen2.16 chip sysinit has a issue
It can't run well, when I run the debugger, the debugger will hang at sysinit_18xx_43xx.c line 97
Chip_Clock_CalcMainPLLValue(core_freq, &ppll);   <<<<<<<<<<<<<<
I don't know why, Tell me how to solve this
Thanks very much!
Labels (1)
0 Kudos
2 Replies

354 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos

354 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mengxp on Wed Jun 15 00:22:11 MST 2016
strange。。。comment out line 97
//Chip_Clock_DisableMainPLL(); /* Disable PLL */

solved....
0 Kudos