LPC_SYSCON_TypeDef::SYSTICKCLKDIV

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

LPC_SYSCON_TypeDef::SYSTICKCLKDIV

26,409 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rkiryanov on Tue Feb 16 06:25:05 MST 2010
Hello,

subj is listed in LPC11xx.h but not listed in UM. Is it used in LPC111x?

Thanks.
0 项奖励
回复
5 回复数

26,362 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_USA on Tue Feb 23 02:29:20 MST 2010

Quote: rkiryanov
UM, Chapter 15: LPC111x System tick timer, 6. Example timer calculations


Why 1/2 AHBCLK?



Sorry about that- the LPC1114 SYSCLK runs at AHBCLK on the LPC1114 and does not have a it is the same, just no pre-divider like the LPC1343. There is no additional /2.

-NXP
0 项奖励
回复

26,362 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rkiryanov on Tue Feb 23 01:57:58 MST 2010

Quote: NXP_USA
1/2 the AHBCLK



UM, Chapter 15: LPC111x System tick timer, 6. Example timer calculations

Quote:
Example (system clock = 50 MHz)
RELOAD = (system clock frequency × 10 ms) - 1 = (50 MHz × 10 ms) - 1 = 500000 - 1 = 499999 = 0x0007A11F



Why 1/2 AHBCLK?
0 项奖励
回复

26,362 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_USA on Tue Feb 23 01:29:43 MST 2010

Quote: rkiryanov
Hello,

subj is listed in LPC11xx.h but not listed in UM. Is it used in LPC111x?

Thanks.



In the LPC1300 parts the AHBCLK is divided by SYSTICKCLKDIV to drive the Systick timer.

In the LPC1100 parts, Systick is always clocked by the AHBCLK. [email revised by NXP]

-NXP
0 项奖励
回复

26,362 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by brucesegal on Wed Feb 17 09:38:32 MST 2010
Yes the change notes for version 10 of the UM state:

• Systick chapter updated. • Systick clock divider removed from syscon block.

amongst other changes.

So I guess the CMSIS will update eventually
0 项奖励
回复

26,362 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by noritan_org on Tue Feb 16 07:03:29 MST 2010
The register have exist in the Rev.00.09 revision of UM10398 user manual. But, in the Rev.00.10 revision, it is disappeared.

It seems that there is an 8-bit R/W register at the address 0x400480b0, but it does not affect to the operation of SysTick.
0 项奖励
回复