Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_LOG memory allocation?

The NRF_LOG library apparently uses memobj, which uses balloc. I assume that means I need to add some blocks in my sdk_config (i.e., MEMORY_MANAGER_SMALL_BLOCK_COUNT, etc). When I don't do this I end up getting an error 4 in the bare error handler. How many blocks, and of what size, do I need for the logger?

Parents Reply Children
No Data
Related