Resolved! How to use Output Compare for Timer 4 channel 1 for STM32F407 Discovery demo board?
/*This Program demonstrate the working of General Purpose Timer using Output Compare @1Hz Delay*/ //Toggle LED connected to TIM4_CH11 using Output compare mode @1Hz #include "stm32f4xx.h" //Header File for STM32F4 device //LED's connected to Ti...