2021-06-07 04:23 AM
Hello community,
I need to control RTS and CTS signals in my application.
But, It looks like STM internally controls these signals.
Can anyone suggest better way to control them in my application.
Thanks,
Hiren Bhuva
Solved! Go to Solution.
2021-06-07 05:45 AM
2021-06-07 04:58 AM
The RTS and CTS pins are directly supported by the STM32 UART peripheral by enabling hardware flow control.
Next time, please include your chip part number.
2021-06-07 05:00 AM
Thanks @TDK for quick response,
I am using STM32F401RET6 MCU.
I need to take decision when CTS is asserted. Can I control them in application?
Thanks,
Hiren
2021-06-07 05:45 AM