This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

case about NRF_LOG_INFO priority

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

Parents
  • 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

Reply
  • 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

Children
Related