Hey Guys,
I have 3 tasks running on FreeRTOS, SDK v14.0.0. In each task, I want to use SEGGER_RTT_printf() to debug.
I currently just call SEGGER_RTT_printf() without any semaphores or mutexes, but I assume this is a bad idea.
Should I be grabbing a semaphore or mutex before using RTT and then giving it back afterwards? Thanks.