Use timer in output compare mode but disable timer overflow affecting the output
Posted on April 15, 2015 at 15:23I am using the STM32F429 and are using a timer in output compare mode. It works as expected, except that it toggles the output on overflow as well as compare. Is there some way to disable this behavior? I am using th...