UART using CMSIS lib

Hello everyone. My task is to integrate eRPC-server to my board(nrf52840dk), eRPC-client to my PC and use UART as transport. The problem i faced is eRPC supports only CMSIS UART. My question is there any guides or code examples of using CMSIS UART because I didnt find any, and unfortunately can`t figure out how to setup cmsis uart on nordic. Thanks

  

Related