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.

关于CC2530 定时器3中计时暂停的问题

TI工程师,您好。

在定时器3运行的过程中,对T3CTL寄存器中的bit4—START位写0,可以暂停定时器吗?

我对START位写0后,读出来的值怎么还是1呢?

  • 你要读counter的值,不是START的值。 

    The possibility to clear and halt the counter is given with TxCTL control register settings. The counter is
    started when a 1 is written to TxCTL.START. If a 0 is written to TxCTL.START, the counter halts at its
    present value.