User Activity

Hey,I want to read an EC11 encoder without disturbing the main loop, so I decided to use interrupts.Can I connect both pin A and pin B of the encoder to PA1 and PB1, and use only EXTI1 to map the switching events to the same interrupt routine?
Hey guys, I need your help:I want to use the STM32F103C8T6 board.The microcontroller will receive an external 8 MHz clock (from a source other than the system clock).I want the microcontroller to count to 8, and for 2 of those counts, one of the outp...