Why does my Tx-only software 3 MBaud UART sometimes send strange characters?
I am working with the STM32F769 microcontroller and it's using FreeRTOS operating system. It uses the following clock configuration (216 MHz SystemCoreClock):/** System Clock Configuration */ void SystemClock_Config(void) { RCC_OscInitTypeDef RCC...