UART message not Receiving in ESP32 from STM32
hi all,
I'm Trying to send a string from STM32F401RE MCU to EPS32 Via UART i have programmed both STM as well as ESP32 and i successfully verified that data is available on UART pin of STM

Data on UART Pins of STM
But I'm not able to receive data on ESP32, i double checked the UART Hardware connection is correct
and i configured STM UART in TX_ONLY mode , did not configure any hardware flow pins ,baudrate is 9600,1 stop bit and not using parity

I'm receiving some Garbage value on Arduino
can anyone please help me with the UART message not Receiving in ESP32



