Hello there!I've been setting up the UART peripheral on my STM32H5 and everything works great! However, there is one thing I can't completely understand:Using an RTOS to call HAL_UART_Transmit or HAL_UART_Transmit_IT, what's the advantage of one over...