Hi ,
I want to know if it is possible to close/open the uart connection with RTS and CTS pin in order to have a low power UART?
When RTS and CTS are high, uart is closed
When RTS or CTS are low, uart is opened
If yes, how to do that?
Thanks.
Hi ,
I want to know if it is possible to close/open the uart connection with RTS and CTS pin in order to have a low power UART?
When RTS and CTS are high, uart is closed
When RTS or CTS are low, uart is opened
If yes, how to do that?
Thanks.
Could you try the approach explained in this ticket? When CTS is de-asserted (high), you turn of UART and make the device sleep, and when CTS is asserted (low) you wake up the device and continue the communication.
If you have problems implementing this, please ask and I will try to assist.
Best regards,
Simon
Could you try the approach explained in this ticket? When CTS is de-asserted (high), you turn of UART and make the device sleep, and when CTS is asserted (low) you wake up the device and continue the communication.
If you have problems implementing this, please ask and I will try to assist.
Best regards,
Simon