User Activity

Posted on November 03, 2017 at 08:03Is there any people who achived to download COSMIC tool for STM8?
Posted on July 02, 2017 at 14:24Hi. I am using Keil and STM32F4-DISCOVERY BOARD and trying to run TIMIER 2 (TIM2) in 'External Clock Source Mode 1'. I am using STM32CubeMX and I select;   1. TIM2 External Clock Source   2. TI1 Channel (with TI1FP1) ...
Posted on June 29, 2017 at 00:14Hi. I use Keil Compiler and HAL lib. I configure TIM4 as normal timer (time base counter) and implement Update event with HAL_TIM_PeriodElapsedCallback function. My initialization code below;__HAL_RCC_TIM4_CLK_ENABLE(...