User Activity

Posted on March 26, 2018 at 12:53Hi, i have implemented the example TIM_OCToggle from stm32f40xx to stm32f103xx, both work fine.I want a event in the moment change state output pin of the channels OC, as occurs in the events:HAL_TIM_PeriodElapsedCal...
Posted on March 25, 2018 at 18:02I have implemented on stm32f103xx the example TIM_ParallelSynchro, this not work. For stm32f407xx fine work.int main(void){HAL_Init();SystemClock_Config();InitConfigTIM3_Master();InitConfigTIM2_Slave();while (1){}}st...