User Activity

Posted on November 01, 2017 at 09:33Hi,I am migrating from stm32f103 to stm32f205.stm32f103 allows switching MCO on by HAL_RCC_MCOConfig(RCC_MCO, RCC_MCO1SOURCE_HSE, RCC_MCODIV_1) and off MCO by HAL_RCC_MCOConfig(RCC_MCO, RCC_MCO1SOURCE_NOCLOCK, RCC...
Posted on September 18, 2017 at 13:25 Hi, I use Stm32CubeMX v4. It creates the code for TIM2, TIM3 and TIM8 (STM32F103VCT, custom board). All timers have 'Clock Source == Internal Clock' and 4 channels configured to 'Input Capture direct mode'. W...