LPC804 timer issue

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

LPC804 timer issue

跳至解决方案
707 次查看
ravindra
Contributor I

I am planning to use LPC804 mcu for digital panel meter product.so i have concern about 32 bit general purpose timer with 4 match output mentioned in datasheet.

Can someone explain to us what does it exactly mean?

My concern is that  one 32 bit timer, can be split into 4 match outputs , as 8 bit timer, each?

 
 
 

please refer the attachment

Regards,

Ravindra

0 项奖励
回复
1 解答
692 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @ravindra,

This module its found under the name of CTIMER, this is a single timer that has 4 match registers, when the count of the timer is equal to one of these registers you can do one of the following possibilities: 

  • Generate an interrupt.
  • Reset the Timer Counter
  • Stop the timer. 

More information is found in the User Manual, Chapter 16.

Best Regards,

Alexis Andalon

在原帖中查看解决方案

0 项奖励
回复
1 回复
693 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @ravindra,

This module its found under the name of CTIMER, this is a single timer that has 4 match registers, when the count of the timer is equal to one of these registers you can do one of the following possibilities: 

  • Generate an interrupt.
  • Reset the Timer Counter
  • Stop the timer. 

More information is found in the User Manual, Chapter 16.

Best Regards,

Alexis Andalon

0 项奖励
回复