Garbage data when communicating between stm32 and esp32 using uart
When I send data from esp32 to stm32, it works fine. But when esp32 initially receives data from stm32 using uart, the data seems to have some random characters.When i send 75, it looks like this in serial monitor:Received: %$^#^12Received: 12Receiv...