Benjamin Valentin a0972c9e0c cpu/stm32: implement periph_timer_periodic
Seems like the Interrupt flag for a Capture/Compare channel gets set when

- the CC-value is reached
- the timer resets before the CC value is reached.

We only want the first event and ignore the second one. Unfortunately I did
not find a way to disable the second event type, so it is filtered in software.

That is we need to

 - ignore the CC-interrupts when the COUNT register register is reset
 - ignore the CC-interrupts > TOP value/ARR (auto-reload register)
2020-08-09 22:55:22 +02:00
..
2020-06-24 09:27:02 +02:00
2020-07-08 17:32:36 +02:00
2020-07-07 16:27:43 +02:00
2020-06-29 14:01:01 +02:00
2020-07-02 14:41:41 +02:00
2020-07-16 13:23:30 +02:00
2020-07-16 19:03:38 +02:00
2020-07-16 15:39:02 +02:00
2020-07-16 13:53:45 +02:00
2020-07-16 10:23:49 +02:00
2020-07-16 10:23:49 +02:00
2020-07-16 15:35:23 +02:00
2020-07-16 15:33:29 +02:00
2020-07-16 18:09:59 +02:00
2020-07-16 21:29:46 +02:00
2020-07-16 17:01:10 +02:00