I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160? like NRF_LOG_INFO etc.
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160? like NRF_LOG_INFO etc.
Hi.
The nRF9160 uses our new nRF Connect SDK (NCS) instead of the nRF5 SDK.
As NCS is built on Zephyr, we are using Zephyr's log module: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/zephyr/reference/logging/index.html
Best regards,
Didrik