Posted on June 21, 2015 at 12:42
I am currently trying to generate a ppm stream for a RC transmitter using the DMA and timer on a STM32F100RB but am having a few difficulties getting it working. The code I have is based on a similar problem solv...
Posted on June 24, 2015 at 09:18
My problem was that i had forgotten to remap the JTAG and TIM2 pins. Adding the following two lines fixed my problem.
GPIO_PinRemapConfig(GPIO_Remap_SWJ_Disable, ENABLE);
GPIO_PinRemapConfig(GPIO_FullR...