Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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!
- Loading branch information