Hi,
I have just exmined the latest datasheet -
Figure 17 gives the Register setup - Data Bit 27 at Left, Data Bit 0 at Right, then 4 Address Bits at the Far Right.
Figure 18 indicates that BIt 0 is sent first, then Bit 1, and so on until Bit 31 is sent last.
Figure 21 indicates the Factory Programming. Register 0 = 72A000E0.
I assume the last byte "E0" is made up from "0" the Address Bits "0000" at the right, and "E" = "1110" where the "01" is LVPECL setting and "11" is Auto Select.
So you are reading backwards from Right to Left when you create the Hex numbers.
Hence my posts are all reading Left to Right, where the Left is Bit 0 transmitted first.
Regards,
Richard.