Maximum Allowable Torquage?

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

Maximum Allowable Torquage?

670件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by woodchuck on Mon Aug 02 13:08:17 MST 2010
What clock rates do the 1114, 1343, and 1768 operate at, by default, in the LPCxpresso environment? Which initialization file specifies this value?
0 件の賞賛
返信
2 返答(返信)

651件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by woodchuck on Tue Aug 03 13:14:00 MST 2010
Perfect!  Many thanks.
0 件の賞賛
返信

651件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Aug 03 01:33:39 MST 2010
From memory, 48MHz (LPC11), 72MHz (LPC13) and 100MHz (LPC17) are the default settings used. These are set up in the [FONT=Courier New][SIZE=2]system_LPC[I]nn[/I]xx.c[/SIZE][/FONT] file (replace [FONT=Courier New][SIZE=2][I]nn[/I][/SIZE][/FONT] with part number) within the appropriate CMSIS library project.

If you access the[FONT=Courier New][SIZE=2] SystemCoreClock[/SIZE][/FONT] variable within your code base, then you can see what clock speed has been set up. [Note that if you don't actually reference SystemCoreClock from your code, the linker will normally remove it from the final image - so you won't then be able to see it within the debugger.]

If you want to change clock speeds, then I would advise using the PLL spreadsheet NXP have available:

LPC17...
http://ics.nxp.com/support/documents/microcontrollers/xls/lpc17xx.pll.calculator.xls

LPC11...
http://knowledgebase.nxp.com/showthread.php?t=337

Regards,
CodeRedSupport.
0 件の賞賛
返信