Hi.
I am developing a custom board using the NRF52840. The mcu needs to connect to a modem and a gnss module. Both modules will communicate with the mcu over UART
I'm using the app_uart API, and it's not quite clear how to use this API with 2 instances (and when I say 2 "instances", I mean 2 physical UART interfaces). Is that even posible?
Thanks.
Tim