HI,
I am playing around with the "usbd_ble_uart_freertos" example of SDK version 15.3.
When I create another Task and try to write log entries (NRF_LOG_INFO("Test")) i see a few entries (I am using NRF_LOG_FLSUH()) in the debug output window but after a few times they are not shown anymore. I still can see entries from the main task (ble related logs).
So my question is, does logging work with Free RTOS tasks?
Thanks!