how to establish Communication between two stm32 board using uart.?
I'm using two stm32 board, one is stm32wb55-dk which is main board and another is stm32c011 which acts as companion board.I need to establish communication between both using uart to send from main board to companion.connected tx of wb to rx of c0...