nRF Connect SDK v2.0.0VS Code 1.70.2nRF9160 development kit
To view all possible log messages the fololwing logging configuration is set up in prj.conf:
nRF Connect SDK v2.0.0VS Code 1.70.2nRF9160 development kit
To view all possible log messages the fololwing logging configuration is set up in prj.conf:
Increased it a lot, but without any effect.
Is it always the same thread / file or function where it crashes?
Perhaps it could be a log_dbg statement with invalid arguments?
Is it crashing directly at start or lateron during running some time?
Instead of CONFIG_LOG_MODE_IMMEDIATE=y
you can try
CONFIG_LOG_MODE_DEFERRED=y
or
CONFIG_LOG_MODE_MINIMAL=y
both with additional
CONFIG_LOG_PRINTK=y
Is it always the same thread / file or function where it crashes?
Perhaps it could be a log_dbg statement with invalid arguments?
Is it crashing directly at start or lateron during running some time?
Instead of CONFIG_LOG_MODE_IMMEDIATE=y
you can try
CONFIG_LOG_MODE_DEFERRED=y
or
CONFIG_LOG_MODE_MINIMAL=y
both with additional
CONFIG_LOG_PRINTK=y