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

SDK 15 Unintentional Logging

How can I disable NRFX_LOG_INFO calls in the PPI driver? I've set NRFX_PPI_CONFIG_LOG_ENABLED 0 and even NRFX_PPI_CONFIG_LOG_LEVEL 0 but that doesn't stop messages like the following in RTT:

<info> app: Function: nrfx_ppi_channel_assign, error code: NRF_SUCCESS.
<info> app: Function: nrfx_ppi_channel_enable, error code: NRF_SUCCESS.
<info> app: Function: nrfx_ppi_channel_disable, error code: NRF_SUCCESS.
<info> app: Assigned channel: 0, event end point: 40004118, task end point: 40009008.

Related