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:
- NRF_LOG_DEFAULT_LEVEL is set to "Info"
- NRF_LEG_DEFERRED is set to 1
- 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?