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

NRF_LOG_HEXDUMP_DEBUG not showing data

Hi,

I am tring to display some information using NRF_LOG_HEXDUMP_DEBUG(). However, I can't see anything on the terminal. If I use NRF_LOG_INFO("xxxxx"), I can see the data displayed on the termimal.

Here's some more information on setup:

  1. NRF_LOG_DEFAULT_LEVEL is set to "Info"
  2. NRF_LEG_DEFERRED is set to 1
  3. There's a strong chance that the hex data(dynamic memory) will be "freed" by the time logger logs this data.

I don't completely understand what's causing the issue. Can you please help me understand and help solve the problem?

Parents Reply Children
Related