Tx-Rx problem with USART in STM32L- Discovery !
Posted on April 25, 2012 at 17:11This is my code for Transmission :void USART3_tx(void){ USART_InitTypeDef USART_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; /* Enable GPIOB and USART3 clock */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART...