Hi all.
I am trying to interface my PSoC5 microcontroller with a the Sparkfun transceiver: nRF24L01 through SPI. The data sheet for the transceiver says that it will return the status register every spi-cycle if not given a command.
If I for example send a read-command to the tranceiver, then the register I requested should be available in the next SPI-cycle.
Now, problem is that even though I send a command to the transceiver, it always return the status register - for some reason it doesn’t get/understand my commands??
Anyone having any experiences with this or have an idea why it doesn’t get/understand my commands?..
Thanks in advance - i am really disparate!!