nRF54L15 DFU Uart Port

Is it possible to use a different UART than UART0 for DFU over UART on the nRF54L15?

Parents
  • Yes, it is possible to use a different UART for DFU over UART on the nRF54L15, but it requires proper configuration in your project.


    (screenshot from nrf54l_05_10_15_cpuapp_common.dtsi)

    For nRF54L15 DK, the default uart for DFU (uart-mcumgr) is &uart20. You can create an overlay to change this to a different uart instance.
    Please make sure that it's enabled and there is no pin conflict

Reply
  • Yes, it is possible to use a different UART for DFU over UART on the nRF54L15, but it requires proper configuration in your project.


    (screenshot from nrf54l_05_10_15_cpuapp_common.dtsi)

    For nRF54L15 DK, the default uart for DFU (uart-mcumgr) is &uart20. You can create an overlay to change this to a different uart instance.
    Please make sure that it's enabled and there is no pin conflict

Children
No Data
Related