Hi
I am using pca 10040 and nRF5_SDK_15.2.0_9412b96
Is there a way I can modify the LOG feature so it comes out on a UART instead of the USB COM port. This is probably more for the future when we have our own board
RObin
Hi
I am using pca 10040 and nRF5_SDK_15.2.0_9412b96
Is there a way I can modify the LOG feature so it comes out on a UART instead of the USB COM port. This is probably more for the future when we have our own board
RObin
instead of the USB COM port
You mean, instead of the RTT ?
Instead of NRF_LOG_BACKEND_RTT_ENABLED
use NRF_LOG_BACKEND_UART
in sdk_config.h
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_nrf_log
instead of the USB COM port
You mean, instead of the RTT ?
Instead of NRF_LOG_BACKEND_RTT_ENABLED
use NRF_LOG_BACKEND_UART
in sdk_config.h
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_nrf_log