Resolved! STM32F407 Discovery Board USART2 Read String
Hi I am using STM32F407 discovery board. Trying to receive string with USART2 interrupt in this video.Here is my usart2 receive and interrupt codes:uint8_t receiveUart(void) { uint8_t rxData = 0; // IF THERE IS DATA IN THE RECEIVE DATA REGISTER...