UART RTS/CTS Hardware Flow Control

  • Hello, in the file $SDK/sysdrv/source/kernel/arch/arm/boot/dts/rv1106g-luckfox-pico-ultra-w.dts, there is a configuration that uses UART0 flow control to control the wireless module.
    It is recommended to use the iomux command during testing to determine if the reassignment of relevant pins is correct. The startup of flow control generally only requires configuring the pinctrl properly.
  • Thank you! It works when I put rts and cts pins into correct bank using iomux command. Now I will try to find why
    pinctrl in the device tree isn't working as expected. Hopefully, the example with wireless module control will help me.