Other Parts Discussed in Thread: LMX2492
I am using SPI commands to load data onto the various registers of the LMX2492 PLL. But I am unaware of the exact way to do this. I have assumed that it is done as follows:
If I want to load the data 0x8 onto register 0x30 then the 24-bit SPI command should be 0b0000 1000 0000 0000 0001 1110 where the first 0000 1000 represent the 8-bit data 0x8 and the rest of the bits (i.e. 0000 0000 0001 1110) represent the 16-bit register address (for register 30). Can anyone confirm that this is the correct way of loading data onto the registers? Or should the positions of the data and the address be switched?
