User Activity

I am using STM32F446RE Nucleo Board and want to read internal RTC timing. But I am unable to get the time getting 00:00:00Here I shared my coreClock Setting: LSE : 32768HzSystem Clock: HSI : 84MHzint main(void) { /* USER CODE BEGIN 1 */   /* USER...
Is it proper way to to count encoder pulses using rising/falling edge interrupt instead of using Timer in Encoder Mode??Because in my application I need interrupt above 80000 pulse count. But here timer is of 16-bit (STM32F103C8T6) so it can only cou...
I am using STM32F103C8T6 for counting rotary encoder pulse.My Encoder PPR is 5000.But when I program for timer1 as encoder mode and show count on segment it shows 20000 pulse per rotation it is 4 times higher than the actual value. What should I do t...
I am using STM32F103C8T6 MCU. I have Rotary Encoder having 5000 Pulse Per Revolution.I want to count Encoder Pulses and uses only one output from encoder channel A.I also want interrupt after particular number of pulses for example after 17000 pulses...