I need DMA support for UART Communication protocal

HI ,

I need dma support for the uart protocol but I can't seem to locate any examples of it being used with an uart. Can anyone give support on this?

regards ,

Goudam

Parents Reply
  • How to enable this macro because if i enable this in prj.conf file i got some errors . In windows how to use west build commands for change kconfig file

    error: UART_0_NRF_UARTE (defined at drivers/serial/Kconfig.nrfx:38) is assigned in a configuration
    file, but is not directly user-configurable (has no prompt). It gets its value indirectly from other
    symbols. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_0_NRF_UARTE and/or look
    up UART_0_NRF_UARTE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    CMake Error at C:/ncs/v2.4.0/zephyr/cmake/modules/kconfig.cmake:339 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:/ncs/v2.4.0/nrf/cmake/modules/kconfig.cmake:29 (include)
      C:/ncs/v2.4.0/zephyr/cmake/modules/zephyr_default.cmake:115 (include)
      C:/ncs/v2.4.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
      C:/ncs/v2.4.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
      CMakeLists.txt:8 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "D:/Projects/GE/Bluetooth_nRF2840/workspace/central_uart/build/CMakeFiles/CMakeOutput.log".
    See also "D:/Projects/GE/Bluetooth_nRF2840/workspace/central_uart/build/CMakeFiles/CMakeError.log".
    FAILED: build.ninja 
    C:\ncs\toolchains\31f4403e35\opt\bin\cmake.exe --regenerate-during-build -SD:\Projects\GE\Bluetooth_nRF2840\workspace\central_uart -BD:\Projects\GE\Bluetooth_nRF2840\workspace\central_uart\build
    ninja: error: rebuilding 'build.ninja': subcommand failed
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\31f4403e35\opt\bin\cmake.EXE' --build 'd:\Projects\GE\Bluetooth_nRF2840\workspace\central_uart\build'
    
    

Children
Related