STM32F767 (probably not important) LPTIM1 encoder mode. What I want to do is generate an interrupt whenever the count changes which seems typical enough that it ought to have been made easy.
Current scheme involves trying to fence the current count by knowing the direction with CMP to trigger at the next position. Direction-change interrupts to alter which side CMP is placed with ARR match to handle the starting case where we don't real...