stm32f10tvct uart5
Posted on March 08, 2013 at 10:46hi, I'm working with the stm3210c_eval and I would like to use the UART5 . this is the configuration void UART5_Init(void) { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; /* Clock...