Hi,
1.In freerTOS, how to improve the printing priority of NRF_LOG_INFO
2.How do I avoid overwriting what I want to print
Thank you for all your assistance.
Kind regards,
Peter.Min
Hi,
Are you logging over RTT or UART and have you tried to increase the log buffers in sdk_config? The log messages are processed before you enter the idle thread using the idle hook, and there should normally be plenty of time to do this.
Can you give an example of what the missing/overwritten logs look like?
Kind regards,
Vidar