User Activity

Hi,I've generated a code using CubeMx 5.1.0On MCU STM32F103C8T (Blue pill)I want to controll PWM duty pulses thru DMA in Circular mode.I want to use circular buffer and on half transfer I want to update half of an array that I sent thru DMA to TIMer...
Hi,I need to match motor speed with the speed of the measured device.My idea is to toggle pin when encoder pulses count reaches some value.I was unable to generate an interrupt on a specific count, so I decide to react on each pulse and check count.I...
Posted on October 05, 2017 at 22:20The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 12, 2017 at 08:48Hi,I'm new at STM32. (I own DISCOVERY board STM32F411E-Disco) I have written few programs using Cube and HAL but now I need to use assembler.Can you share any sources where should I start to learn using assembler? Any ...
Posted on March 26, 2017 at 14:09Hi,I want to use Timer with Quadrature Encoder. I'm new on STM32 so I'm trying to start with Cube and HAL.I'm able to setup STM32F411 to count pulses but there is an only 16bit counter. I need to measure pulses up to...