8051定时/计数器在什么情况下是定时器?什么时候情况下是计数器?

发布网友 发布时间:2022-04-22 17:35

我来回答

2个回答

热心网友 时间:2023-11-14 01:52

8051定时/计数器在内部脉冲计数情况下是定时器,因内部脉冲的频率是一定的,一般为晶振频率的1/12,对外部脉冲计数时是计数器。
对于定时/计数器0 TMOD=0X05是计数器 TMOD=0X01或TMOD=0X00是定时器 计数时外部脉冲从P3.4(T0) 或P3.5输入(T1).

热心网友 时间:2023-11-14 01:52

受用户的程序控制,你需要它是定时器就是定时器,你需要它是计数器就是计数器……
The C/Tx# control bit (in TMOD register) selects timer operation, or counter operation, by selecting the divided-down peripheral clock or external pin Tx as the source for the counted signal. TRx bit must be cleared when changing the mode of operation, otherwise the behavior of the timer/counter is unpredictable.

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com