(NRF_LOG_ENABLED=1) but get lots of undefined references from e.g uart-related parts (nrf_drv_uart_init). Any tricks to get by easily? Börje
(NRF_LOG_ENABLED=1) but get lots of undefined references from e.g uart-related parts (nrf_drv_uart_init). Any tricks to get by easily? Börje
NRF_LOG_ENABLED=1 directs the NRF_LOG_xxx statements to the UART, so you need to connect a USB to Serial adaptor to whichever pins are defined to be the UART for your board.
I'm using sdk 12.1.0 and ble heart rate service plain. I think I should be able to use the SEGGER usb connection uart as it shows in windows as COM9. Börje
I'm using sdk 12.1.0 and ble heart rate service plain. I think I should be able to use the SEGGER usb connection uart as it shows in windows as COM9. Börje