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.

关于 seed—EXP430f5529 定时器的问题

Other Parts Discussed in Thread: MSP430F5529

今天在看数据手册和例程时,遇到一个问题:msp430ware中例子名字是:Timer0_A5,TOgglep1.0  。。。。。

我 想知道那个名字 A5 代表什么意思? 在datasheet中: 只有 ,这有个 timer——a5 ,我想知道这代表什么意思?

  • 你好!

    这个不是指的TIMER-A5

    意思是,这个定时器模块是TIMER-A,

    该TIMER-A定时器有5个CCR(configurable capture/compare registers)。

    Regards,

    Hardy

  • fangwei wang,

    MSP430F5529共有4个timer, 3个timer_a,1个timer_b, 3个timer_a分别有5,3,3个capture compare registers(CCRx),timer_b有7个capture compare registers(CCRx),故Timer0_A5表示编号为0的timer_a有5个capture compare registers(CCRx).