发布网友 发布时间: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.