LPC804 timer issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
844件の閲覧回数
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 解決策
829件の閲覧回数
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 返信
830件の閲覧回数
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 件の賞賛
返信