Clock Setting for lpc1317

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

Clock Setting for lpc1317

628件の閲覧回数
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 返信

616件の閲覧回数
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 件の賞賛
返信