UART communication between two Nucleo Board using DMA receive
I use two Nucleo-G0B1RE to communicate with each other using UART. UART5 of the master board is connected with UART1 of the slave board and both of the UARTs use DMA receive. When I first pressed the reset button of the slave board and then the master board, they could communicate successfully, but when I first pressed reset of master board and then slave board, the slave could transmit message but the master could NOT receive it. The only difference is the Power-on Sequence. what is the difference between UART detected another UART as soon as it is power on and UART detected after a short time.
