This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

msp430f149 定时器b的疑问

Other Parts Discussed in Thread: MSP430F149

在msp430f149 定时器b中,TBCCRx和TBCLx两个寄存器是如何使用的,有什么区别和关系?

  • 当比较锁存器TBCLx的装载方式控制位CLLD1  CLLD0分别为0 1时,当TBR记数到0时,TBCCRx的数据装载到TBCLx

    当比较锁存器TBCLx的装载方式控制位CLLD1  CLLD0分别为1 0时,在增减记述器模式下,当TBR记数到TBCL0或者0时,TBCCRx的数据装载到TBCLx,,在连续记数模式下,当TBR记数到0时,TBCCRx的数据就装载到TBCLx中