Clock Setting for lpc1317

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

Clock Setting for lpc1317

660 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Deepak Bansal on Sat Sep 08 02:13:59 MST 2012
Hey where I can find some examples showing clock setting & system initialization for LPC1317.

Also I don't know what this function do:
void SystemCoreClockUpdate (void)  ;
0 项奖励
回复
1 回复

648 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by daniel.widyanto on Fri Sep 28 00:34:00 MST 2012
Refer to CMSISv2p00_LPC13xx package (from LPCXpresso example directory: C:\nxp\LPCXpresso_4.2.3_292\lpcxpresso\Examples\NXP\LPC1000\LPC13xx or within the demo project that you use). See the 'SystemInit()' function under 'system_LPC13xx.c' for clock settings and system initialization

SystemCoreClockUpdate() is referring to updating global variable 'SystemCoreClock' with the current core's speed
0 项奖励
回复