Posted on June 26, 2015 at 10:31
Hi,
I use two timers, timer 2 as slave with 2kHz and timer 4 as master (1Hz) in free running mode. I want to switch on and off timer 2 with timer 4. I configured the timers and they work as expected. However,...
Posted on June 26, 2015 at 15:36
You write:
GPIO_Init(GPIOC,&GPIO_InitStructure);
GPIO_PinAFConfig(GPIOC, GPIO_PinSource6 ,GPIO_AF_TIM8);
GPIO_PinAFConfig(GPIOC, GPIO_PinSource7 ,GPIO_AF_TIM8);
GPIO_PinAFConfig(GPIOC, GPIO_PinSource8 ,GPIO_AF...