This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem with porting nxp uart driver for nrf52840-dk

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

Related