Clock Setting for lpc1317

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

Clock Setting for lpc1317

614 Views
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 Kudos
Reply
1 Reply

602 Views
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 Kudos
Reply