This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE7444EVM: Register read/write using SPI

Part Number: AFE7444EVM

Hi,

I'm trying to read/write the board register using SPI but the write seems to fail (no way to check that it succeed) and the read always return 00.

Do somebody know how to use it properly please ?

My connection:

J13

2- CS

5- CLK

8- SDO

11- SDIO

J11

10- GND

Based on my understanding of the datasheet, here are the bytes i sent:

91 00 (read register 0x11 of the global page)

11 00 FF (write 0xFF in register 0x11 of the global page)

Thanks