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

Log did not output after I changed NRF_LOG_BACKEND_UART_TX_PIN

I use nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac and pca10056 board.

I use project nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\zigbee\light_control\light_bulb\pca10056\blank.

uart config:

define NRF_LOG_BACKEND_UART_TX_PIN  6

define Baudrate                                                 115200

define NRF_LOG_DEFERRED                         0

Terminal tool                                                      Termite

This configuration log has output.

But I change this.

uart config:

define NRF_LOG_BACKEND_UART_TX_PIN  10

define Baudrate                                                 115200

define NRF_LOG_DEFERRED                         0

Terminal tool                                                      Termite

This configuration log has no output.

The above two configurations are running on pca10056 board.

Parents Reply Children
No Data
Related