Hi,
I am using a nRF9161-DK to flash and debug an external nRF9160 board connected via the nRF9161-DK DEBUG OUT 10-pin connector.
In VS Code "CONNECTED DEVICES", I can see the nRF9160 as a device under the nRF9161-DK node. It appears I am also able to flash the nRF9160, but it's hard to tell because I cannot explicitly select the nRF9160 as a flashing target ... I assume it's automatically chosen when detected?
However, my problem is that I cannot see the UART log output of the nRF9160. If I connect to the nRF9161-DK VCOM (1 or 2) I see the nRF9161-DK UART log, but not the nRF9160.
Is there any way of using the VCOM to connect to the nRF9160 UART in this setup? Or would I need to seperately connect a serial terminal to the nRF9160 UART?
Thanks,
-- Terrence