Files
PX4-Autopilot/src/drivers/kinetis
Beat Küng bb6802a1ed kinetis: fix PPM decoding
On kinetis, the TPM_STATUS_TOF was used to detect missed interrupts for
PPM decoding. However this was not correct, because the TOF bit was set on
each timer overflow. This happened regularly after every 64ms interval,
which meant that most PPM frames were just discarded.

I have not found any equivalent register/solution that is used on STMF4,
so this just removes the TOF handling. However there is now no way to
detect missed edges/interrupts!
2018-03-12 11:56:59 +01:00
..
2017-09-29 10:13:51 -04:00
2018-03-12 11:56:59 +01:00
2017-09-29 10:13:51 -04:00
2017-09-29 10:13:51 -04:00
2017-10-04 04:49:35 -10:00
2017-09-29 10:13:51 -04:00