Hello Everyone,
I'm developing an application which makes use of UART in open thread sdk.
Now, libopenthread-nrf52840-sdk.a library already makes use of UART0, when I enable UART in sdk_config.h - it gives compilation error.
As described here , I don't want to make use of USB or SPI libraries as I'm using them as well in my application.
So, finally I want to use libopenthread-nrf52840-sdk.a library with one UART enabled for my application.
Please suggest what settings are required to achieve that ?
Thanks.