User Activity

I have been learning my way around the encoder mode in the hardware timers, specifically on a Nucleo L432KC. I got it working within CubeIDE, but I wanted to program using STM32Duino and PlatformIO, so I tried a library for this that someone else wro...
I am trying to use a Nucleo L432KC board's hardware timers with a rotary encoder. Specifically I am trying to use TIM1, pins PA8 (D9) and PA9 (D1). I was originally hoping to use PlatformIO and the gianni-carbone/STM32encoder library, but when I coul...