i am using stm32f373, i want to use USART2 to communicate through modscan kindly help me in With the configration of usart2.
void SA_USART_config(void){USART_InitTypeDef USART_InitStructure; // USART_DeInit(USART2); /*************RCC_configuration*******************/ RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART2, ENABLE); RCC->CFGR3 |= RCC_CFGR3_USART2SW_0; USART_InitStru...