STM32F373 USART2 Problem
Posted on May 11, 2015 at 13:14Hello, I have some problem with USART2 (stm32f373). USART1 is working with same code but, Usart2 does not work. here is the code. void Uart_Int(void) { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_...