How to use rdimon library in free rtos to print the msg into the debug console

vasudsun wrote on Thursday, November 07, 2019:

Hi…I am using semihoisting feature with STM32Cube IDE to print the message into the debug console…I have added separate tasks with Free rtos api such as xTaskCreate…I am getting the console message with **independant stm32 application **without freertos…But after adding the FREERTOS stuff, I am not getting the printf message.Can anybody help me to overcome the issue.thanks…

rtel wrote on Thursday, November 07, 2019:

Semi hosting and FreeRTOS are not compatible, recommend writing print messages to the UART instead.