stm32-rs / stm32h7xx-hal

Peripheral access API for STM32H7 series microcontrollers
BSD Zero Clause License
210 stars 99 forks source link

Add an example for the Hardware Flow Control Use in UART #404

Open tolgaparlan opened 1 year ago

tolgaparlan commented 1 year ago

Right now it is not clear to me looking through the documentation if this feature is fully implemented, and how to use this signal in order to e.g. signal a buffer getting full by deasserting the CTS.

There is example code for advanced features of serial so this could be a good addition to that example?