Resolved! Using to two stm32H7A3ZI-Q to transmit and receive
I am using two stm32H7A3ZI-Q board to transmit and receive data (which is a double). I am using HAL_UART_Tramsit and HAL_UART_Receive_IT to send and receive the data. When i connect Tx to Rx on the same board, it sends and receives data fine. The ima...