Resolved! STM32f1xx UART slow and when I added another logic it just didn't works
I made a simple program on an ESP32 to send dummy data with something like this $DUMMYDATA,0,1I've tried using another ESP32 as a receiver and it works perfectly. My goals is implement the same thing to my STM32F103C8T6. Here's my code for the first ...