USART synchronization issue when transmitting a bitmap – incorrect byte reception
I'm trying to transmit a bitmap via USART. The bitmap transmits correctly in HAL. My project is register-based, written from scratch. The issue is that my USART has a speed synchronization problem—meaning:When my C# terminal is set to 57600 BAUD, it ...