This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

ncs 1.6.1 peripheral_uart example - enable flow control

Hi,

I'm working with the peripheral_uart example in ncs 1.6.1 and wanted to enable flow control for uart0, but do not see a way to do that.

How do I enable flow control for this example?

Thank you

Parents Reply
  • Hi Swathy,

    I'm adding it to my board overlay file and when I do, it appears that the board stops being discoverable.

    The board I'm working with is nrf52840dk_nrf52840

    &uart0 {
      status = "okay";
      hw-flow-control;
    };

    Do you know what might be happening? Let me know if I can provide additional information.

    Thanks,

    Alvin

Children
Related