Please provide or guide me to find an example project in MCUXpresso IDE that support LPUART RTS/CTS hardware flow control.
Solved! Go to Solution.
Hi @MN19000
You can get the demo by downloading our SDK, go to SDK Builder and select Development board.
I recommend you using an IDE to confortably navigate througth the code. See our IDE options here MCUXpresso Suite of Software and Tools. MCUXpresso IDE is very user friendly.
I hope this could help you.
Diego
Have you checked out the MCUXpresso SDK examples?
Hi @MN19000
Many thanks for reaching us.
Currently we have lpuart_hardware_flow_control demos for the RT10xx series. You can use as reference lpuart_hardware_flow_control of the the RT1060 SDK. This demo simple enables the RTS/CTS pins and uses an config structure. The demo is intended to work on a self loopback mode.
I have not tested this yet, on our RT1176 EVK, but I think the LPUART API should support you to enable this functionality.
If you have issues or further questions do not hesitate to reach again.
Diego
Hi Diago,
Could you please send me the link to lpuart_hardware_flow_control demos or direct me how to find it?
Thanks
Hi @MN19000
You can get the demo by downloading our SDK, go to SDK Builder and select Development board.
I recommend you using an IDE to confortably navigate througth the code. See our IDE options here MCUXpresso Suite of Software and Tools. MCUXpresso IDE is very user friendly.
I hope this could help you.
Diego
Hi,
Any update on this case:
Thanks