There is no output to UART console when I set CONFIG_BT=y in prj.conf
peripheral_lbs sample project in ncs V2.0.2 can't printk anything.
There is no output to UART console when I set CONFIG_BT=y in prj.conf
peripheral_lbs sample project in ncs V2.0.2 can't printk anything.
Hello Hieu,
Here is the result of test according to your instructions.
0. Run a fresh run with an empty overlay file
"You should observed both bootloader and application logging on one port.
That is VCOM2."
I saw UART output from AppCore and NetCore
1. UART0 with TX on P1.01, RX on P1.00 (VCOM0/UART1 ports). Not disabling GPIO forwarde
That is VCOM0.
I got same output as case 0.
2. UART0 with TX on P1.01, RX on P1.00 (VCOM0/UART1 ports). Disabling GPIO forwarder.
You should observed both bootloader and application logging on VCOM0
I did not the uart output from the NetCore now, so I think the UART output from NetCore is not forwarded
3. UART0 with TX on P1.01, RX on P0.29 (your configuration). Disabling GPIO forwarder.
You should observed both bootloader and application logging on VCOM0.
Now I got the AppCore UART output on the right terminal. Disable the GPIO forwarder is the secret.
4. UART0 with TX on P1.01, RX on P0.29 (your configuration). NOT disabling GPIO forwarder.
You should observed only bootloader logging on VCOM0.
Now I have the UART output of the NetCore only.