
This information is printed all the time while the debug is running at full speed
What is the reason for this?
If it is not debug, the program runs normally

This information is printed all the time while the debug is running at full speed
What is the reason for this?
If it is not debug, the program runs normally
Hi,
When using the LOG module in a deferred mode, ie. that log messages are processed in a lower priority state, you can get a log buffer overflow if there's too many queued items.
Try adjusting the log buffer via CONFIG_LOG_BUFFER_SIZE=8192 for instance.
Kind regards,
Håkon