User Activity

Posted on April 18, 2017 at 15:17I tried STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\TIM\OnePulse examples after adding systick timer to generate 50Hz square wave looped back to timer input. This was easiest way to test it. I...
Posted on April 06, 2017 at 11:50Want to generate pulse train of progressively increasing pulse duration in response to a trigger train. OPM seems o be solution. Can I change CCR1 and ARR register values in interrupt routine to change 'delay' and 'p...
Posted on March 23, 2017 at 13:47I am using TIM2.CH2 input compare. No other interrupts are activated except TIM2.CH2. In TIM2_IRQ handler all IC bits except CH2 are set. Why?Using STM32Discovery on IAR. I expect TIM2_IRQ to fire up on trigger from ...