Two USARTs
Posted on February 07, 2014 at 15:23Hi,I am trying to use two USARTs at the same time, but I can't get it to work.First:void RCC_Configuration(void){ /* USART1 clock enable */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1, ENABLE); /* USART2 clock...