User Activity

Hi there.ive recently made my own circuit board which and I having trouble getting the stlink v3 to detect my f411 mcu. I've checked my oscilloscope and I can see the swd, swclk , and reset lines being driven by the programmer but I'm unable to get t...
Hi all.I have a rotary encoder which generates 512 ticks per rotation and I would like to generate a single interrupt once the rotary encoder has done a full turn (512 ticks). What would be the best approach? I'm currently looking to see if the STM32...
Hi all.I've wrote my own custom allocator using C++'s templates and all is working as expected. However, during my deallocation, I call an object's virtual de-constructor which executes the user's de-constructors . However, the next time I allocate t...
Hello there.I have an encoder connected to timer 3 (TIM3) and I'd like to set this timer to generate an interrupt when a certain amount of ticks have been reached (1658 ticks). I'd like to program the timer's counter to 1658 ticks and let the encoder...