UART Communication
Hi I am trying to commuicate between two boards through UART.One board is nucleof4 and other board is a processor.Im sending a data from nucleo to other board(where data gets displayed) through HAL_UART_Transmit(&huart1,(uint8_t*)"Connect",sizeof("Co...