Hello,
I'm using nRF52840. I developed a project using openthread libraries: in particular I included "libopenthread-nrf52840-softdevice-sdk.a" library to have the CLI dedicated to Thread.
I am now trying to use UART peripheral to add new functionalities (such as a uart backend for logs). By the way I get the error of multiple implementations of UARTE0_UART0_IRQHandler.
How do I get rid out of this? Also, I do not understand how many uart interfaces I can initiate since there is a single UART and two UARTE.
Thanks