After Enabling FreeRTOS USART Baudrate Drops Down
I'm trying to learn RTOS on STM32F407VG(Discovery Board). I am able to use the USART without FreeRTOS at 115200 baud rate. Nevertheless, when I enable FreeRTOS and try to send basic strings with the same USART settings(115200 baud rate etc.), I can not see the proper message from Hercules, HyperTerminal, or Serial Port Monitor at 115200 baud rate. But if I change the baud rate to 38400, I can see. It's not working at other baud rates instead of 115200. Am I missing something about the settings of RTOS?
