This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

free RTOS with RTT view

Example project: blinky_FreeRTOS_pca10028.uvprojx I include SEGGER_RTT.h file. After execute vTaskStartScheduler() function.

SEGGER_RTT_printf(0, "Hello World from SEGGER! %d\r\n", i); <== It not working.

But before execute vTaskStartScheduler() function. SEGGER_RTT_printf(0, "Hello World from SEGGER! %d\r\n", i); <== It is working.

why? Use free RTOS the main process will be pending?

Related