This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Log Message disabled/missing while Kiel debugging secure DFU project

Hi

I am trying to see log messages on the kiel debugger window or in the virtual com port window but nothing is not displayed.  printf also are not displayed, nrf logs also disabled because turn on the main log flag cause link problem (no space in execution regions..)

any idea how to get logs?

Thanks

Parents Reply
  • How much free flash and RAM do you have before you include logging? You will increase the size of SDK modules if logging is enabled (globally) and for each specific module. Could you try to disable logging for each SDK module in sdk_config.h and set a higher log level and see if you can make it fit that way? You can disable logging from all SDK modules and only use it for your application to conserve as much space as possible.

     

Children
No Data
Related