User Activity

Posted on December 31, 2014 at 16:53I am using an STM32F407I want to generate exactly 400 pulses on PE5 or PE6 with a 50% duty cycle.I believe PE5 can be connected to TIM9 CH1, and PE6 can be connected to TIM9 CH2I have the PWM code running and I ha...
Posted on December 05, 2014 at 05:20FreeRTOS on Discovery board  one tick = 1 msecFreeRTOS on custom board  one tick = 10 msec   (same code as running on Discovery Board)Uart code Interrupt driven  runs on both boards ADC/DMA Interrupt driven code r...