Ok,
I will look to the solution of chaining a second Timer on the overflow signal to keep the HW encoder speed...
Search found 2 matches
- Fri Oct 05, 2018 11:21 am
- Forum: MicroPython pyboard
- Topic: Quadrature encoder interface callback, does what, exactly?
- Replies: 12
- Views: 13884
- Fri Oct 05, 2018 6:26 am
- Forum: MicroPython pyboard
- Topic: Quadrature encoder interface callback, does what, exactly?
- Replies: 12
- Views: 13884
Re: Quadrature encoder interface callback, does what, exactly?
What I'm looking at here is turning a 16 bit quadrature counter into a 32 bit counter, since ST in their infinite non-wisdom mapped timer2 and timer5 to conflicting I/O such that you can't use both of the 32 bit quadrature counters at the same time. If anyone has other ideas of how to handle the enc...