Resolved! STM32F103C8 UART cannot receive correct data by another same MCU
Thank you in advance.I am trying use two stm32f103c8t6 to do communication stuff. One is used to be transmitter and another is receiver. The code is simple but it doesn't work. Source code as follows:Transmitter:while (1) { uint8_t tran...