Post Go back to editing

ADAR7251 SPI Reading

Category: Software
Software Version: CCES 2.12.0

Hi,

     For ADAR7251, I have written the register value via SPI. But for reading the register I do not get the output in the MISO line.

     For reading I have given the device address 0th bit is 1 correctly.

    SpiWrite_ADAR7251(0x01,0x00,0x05,0x00,0x00); This is for reading the PLL status.

        Device address(0x01),Register address(0x0005)                              

     The following snap is the SPI Reading configuration for above line.

     

     Blue line indicates SPI_SS.

     Green line indicates SPI_CLK.

     Pink line indicates MOSI.

For above configuration, I didn't get the output in the MISO line.

Can anyone tell me what is the problem?

Thanks.