I want to exit the sleep mode by using pin-control instead of SPI commands (because time is critical). I couldn't do it with pin-control for RX, I have to go first to Idle. Is it like that also when using the pin-control ?
Should I also validate that the device is in idle mode before using the pin-control for RX? Is there a way to validate idle mode not by MARC status i.e. I want to avoid using SPI because of timing. Instead of reading MARC, can I use a fixed delay between pin-control of idle and pin control of Rx? What is the time delay?