USART
Posted on July 17, 2013 at 05:19 I tried configuring. Im using the STM32F103RB /* Setup GPIO pin GPIO_USART1_TX. */ GPIO_InitTypeDef GPIO_InitStructure; // GPIO structure USART_InitTypeDef USART_InitStructure; // USART Structure USART_ClockIn...