I'm trying to read the registers of CDCE62005 using SPI. The SPI is running on an FPGA. (coded in VHDL)
I send the following commands to read
0000000E
0000001E
0000002E
0000003E
0000004E
0000005E
0000006E
0000007E
0000008E
and this is the reply i get from the cdce
00000000
00000001
00000002
00000003
00000004
00000005
00000006
00000007
20009a08
Could anyone guide me on what's going wrong? Is it a timing issue or something else? Why only the 8th register (RAM) seems to giving any valid data?