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:
Hi nRF5xFanBoy,
I understand that (tried by log level per application file), but that is not the problem I see.
CONFIG_LOG_OVERRIDE_LEVEL=4 in the prj.conf should override log statements level in all files, including kernel. With CONFIG_LOG_OVERRIDE_LEVEL=3 all corresponding log statements are shown, but with CONFIG_LOG_OVERRIDE_LEVEL=4 a Cortex hard fault occurs in the oZone debugger.
That is the real problem and I do not understand why.
Best regards, Elbert
Hi nRF5xFanBoy,
I understand that (tried by log level per application file), but that is not the problem I see.
CONFIG_LOG_OVERRIDE_LEVEL=4 in the prj.conf should override log statements level in all files, including kernel. With CONFIG_LOG_OVERRIDE_LEVEL=3 all corresponding log statements are shown, but with CONFIG_LOG_OVERRIDE_LEVEL=4 a Cortex hard fault occurs in the oZone debugger.
That is the real problem and I do not understand why.
Best regards, Elbert
Hi Elbert,
Did you increase the stack size for the Ozone debugger (it consumes 'some'extra resources)
Best regards,
nRF5xFanBoy