This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Access to UART with DMA under example "freertos_coap_server" SDK nRF52840-DK

Good day!
Tell me how you can configure access to UART with DMA in the example freertos_coap_server for receiving and transmitting arbitrary messages. Also, please clarify what maximum write read buffer is available in DMA for UART?

Thank's

Parents Reply
  • Hi Alexander, 

    Which issue do you have ? 
    You would need to add all the drivers and libraries as showed in the uart example into the freertos example. In addition please add the configuration to sdk_config.h as showed in the example. 

    One notice is that OpenThread is compiled with UART0 reserved for CLI (command line interface). If you are using nRF52840 you can use the UART1 instead. If you want to use UART0 for your application, you would need to recompile OpenThread. 

Children
Related