This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Serial port libray and NRF_LOG does not co-exist..?

I'm using SDK 15.3.2 with SD 132.  SES and the 10040 DK.

I'm not clear how NRF_LOG module and the new serial port library is support to work together.

I can easily make the serial port example work, and NRF_LOG works in various projects.

However, when I import the serial port library in existing working program (Heart rate sampling BLE example), the nrf_serial_init() function return error 17 (busy?).

I assume that NRF_LOG take the UART and prevent serial port library from working. 

Is there a way to make NRF_LOG use the serial port module? 

thx.

Jacob

Related