User Activity

Posted on April 12, 2018 at 12:41Hi,I'm trying to work with the ADC of the STM32F072RB which have 1-ADC with 16 channels,what I'm trying to do is to take 1000 samples of ADC_CH1 every X second and take 1000 samples of ADC_CH2 every Y seconds and onc...
Posted on April 09, 2018 at 10:49Hi,I having a problem to get in sleep mode when using TIM1 as time-base source instead sysTick.When using sysTick I'm able to enter sleep mode with no problem.I wish to use TIM1 as time-base source to be able to use ...
Posted on April 03, 2018 at 11:10 Hi, I'm using STM32F072RB and a rotary encoder (with 30 dentet) connected to TIM2 in 'encoder mode' and I can see in TIM2->CNT that it is actually counting correctly. I trying to get an interrupt on each detent...