I am trying to configure the ADC12138 for single ended , 12 bit , no sign , voltage measurement on channel 0 but unable to get the data on MISO line.
here is the sequence of instructions i am writing at DI pin.
1. Write 0x08 Hex for Autocal. ( 8 bit word length since CS pin is strobed )
2. Write 0x0C Hex for reading the status register. ( 8 Bit word length ?)
3.Write 0x0C Hex again to confirm if Autocal is completed or not. ( 8 Bit word length ?)
4.Write 0x0D Hex for 12 bit , " No sign " Data output format . ( not sure whether the Word length should be 8 or 12 ? seems 8)
5.Write 0x80D Hex for channel 0 selection to start the conversion. (not sure whether the Word length should be 8 or 12 ? )
6. Read 1 word of 12 bit data at DO pin.
the first question is if the word length mentioned in brackets are correct for each instructions ?
second is if CCLK and SCLK pins are shorted then does it impact the Bit word length ?
looking forward to the answers / suggestions .
Thanks in advance .