UART HAL Timebase matters?
I am running FreeRTOS on an STM32H745I board in a TouchGFX application. All tasks I want to run are on the M7 core. I'm trying to periodically send data over UART3 to the virtual COM Port of the STLink. The HAL returns an ok status when transmitting, but no data shows to my serial terminal, leading me to think it's a timing issue. I have the systick timer used as the timebase for the CM4, and TIM6 as the timebase for the CM7; this is the default option. TIM6 is fed a 100MHz clock through the APB1 domain. USART3 is configured for 115200 baud, 8 bits, 1 stop bit, no parity. Can the timebase affect the HAL UART driver, and is there a suggested setup/frequency to use here?
