User Activity

Posted on November 18, 2015 at 02:51I have a project that is using USART1 on an STM32F301R8. The initialization code that CubeMX generates for USART1 includes a reference to ''RCC_USART1CLKSOURCE_PCLK1'', which does not exist in stm32f3xx_hal_rcc.h ...
Posted on February 18, 2015 at 18:51I've been running around in circles all morning trying to figure out how to set up PWM capture on this thing... STM32CubeMX doesn't have any options for doing it on TIM21, but I see it mentioned in the reference m...