connect two stm32 board using uart
Hi, may I know how to connect two stm32 board using uart?
Im using nucleo g071rb to transmit the data to STM32H750-DK. So basically i just want to try simple application using serial but it not successful.
so what i want to do Nucleo G071 transmit data to STM32H750 use simple application like g071 will send word HELLO to stm32h750-dk.
nucleo G071 - transmit
STM32H750 - received
this pin configuration and code for g071
this one is pin configuration and code for stm32h750-dk


So i have done wrong? and please someone help me.