In counter mode, the TIMER's internal Counter register is incremented by one each time the COUNT task is triggered, that is, the timer frequency and the prescaler are not utilized in counter mode. Similarly, the COUNT task has no effect in Timer mode.
也就是应该触发COUNT task任务,而本例程里触发的确实start和stop任务,为什么呢?
本例程是这样设置ppi的:
NRF_PPI->CH[0].TEP = (uint32_t)(&NRF_TIMER0->TASKS_STOP);
NRF_PPI->CH[1].TEP = (uint32_t)(&NRF_TIMER0->TASKS_START);
而且本例程实验还成功了,我更加的疑惑!!!!????