• problems with timers and i2c

    hello, i'm using a stm32f4 discovery to control a dc motor, for this i've used different timers for the different actions i have to do in this one, TIM2 is in charge of reading encoder, TIM3 is the pwm generator that goes to a H bridge, TIM4 i use it…

  • Which timer is the best choice for RTX RTOS?

    I have found a variety of timers and wonder which one I should use for my RTOS application. I should run a non-timing-critical task periodically. I found the GPIO timers on the Cortex M3 as well as the SysTick timers. Then there is also a virtual timer…