In the manual it says:
/*
To wake a sleeping module operating in Pin Hibernate Mode, de-assert Sleep_RQ (pin 9). The
module will wake when Sleep_RQ is de-asserted and is ready to transmit or receive when the CTS
line is low. When waking the module, the pin must be de-asserted at least two ‘byte times’ after
CTS goes low. This assures that there is time for the data to enter the DI buffer.
*/
which sounds to me like it’s saying you de-assert the sleep pin, and wait for CTS. but you have to wait for CTS before you de-assert the sleep pin. Can anyone explain this to me?
Steve