This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF24 registers initialization with SPI_write command all return 0x00 using STM32F303

Hi everyone. Now am trying to reset all register values of the NRF24 to their default values according to the datasheet. When i probe the process on a saleae analyzer, i see that the write commands are actually going through. However, when i try to read the contents of the registers afterwards, i get a 0x00 value as the content. This applies to all the registers.

I checked that am using SPI mode 0. i.e. CPOL and CPHA are all 0.

here is a snap of my saleae capture.

Details of the first write command capture 0x20 are shown below

Related