Hello,
Here's my current setup:
I am using the nrf52840 SoC for development, which as I understand, has 2 UART instances available. One instance is being used for a third party chip. This means I am no longer able to use UART for logging (I had to disable the UART backend and enable the RTT backend instead).
Now I would very much like to use the UART backend for logging, as I am particularly interested in using the CLI commands feature for doing some automated testing.
So, how do I make use of the other UART instance, and possibly bind it to the logger UART backend?
Thanks