Posted on May 17, 2011 at 12:18This was a problem, I was using RCC_APB2PeriphClockCmd(RCC_APB2Periph_All,Enable) However, I've fixed my code to only enable the peripherals I'm using with no change in the output. Since the original post, I've been ab...
Posted on May 17, 2011 at 12:18I am using the Keil tools and REV B silicon of STM32F103RB. In attempting to set up the TIM1 peripheral in output compare mode to generate 4 pulses, I had to enable the remapping of the USART1 peripheral before the out...