Dear Support
Try to modify this use UART_1 for sending out data received via BLE, which is pin P0.14 on nrf52833dk_nrf52833, I modified Kconfig file under the boards folder
config BT_NUS_UART_DEV
default "UART_1"
It compiles ok, discovered by my phone, but when i send message form BLE side, I cannot probe the data on TX line with logical Analyser, while I see it when use default UART_0 on pin P0.06.
Anything else I need to do in order to let it work on UART_1? My target board use other pins for UART interface, and I understand any pin can be configured to be UART pins.
Thanks you for your attention.
Ping