User Activity

recently I used the STM32F072 USRT3 to communicate with my peripheral, the configuration of USART3 is follow:static void USART3_Init( void ){ GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; NVIC_InitTypeDef NVIC_InitStruct...