Hello.
I am trying to save i/o lines on an 8-pin PIC, and planning to run an nRF24L01P with its CE pin tied to VDD. I am willing to power-down to get out of the RX mode occasionally (as I need to do in order to use the W_REGISTER command which is not allowed in RX). The state diagram in specs indicate that I can get out of RX either by setting CE=0 (which I do not want) or by powering-down. But how can I power-down if I cannot write to the CONFIG register in RX mode?
Regards..