Hi i am involved in sdk5 based uart porting project
i can run example project and receive/send data to/from nrf52840-dk .
the problem is when i dig deep into the project i found more than one implementations of uart driver
nrfx_uart, nrf_drv_uart, and nrf_uart.
my task is to write an abstraction layer code and i am not sure which driver to use as base.
overall goal is to write init deint and write functions.
an easy example is appreciated