Tool/software: Code Composer Studio
Hi,
We have interfaced ADC1158 to TM4C1292. We have identical 10 boards.
On two of the boards, we are not getting reply from ADC to controller (MISO) when we tried to read back the register data after initializing.
This is occasional, and if the board is powered ON repeatedly, error not repeated (Able to successfully configure ADC). If the board is turned ON after some delay, error persists.
Using internal clock with 32.768KHz crystal.
AVDD = 5V
DVDD = 3.3V
Vref = 5V
Is it something related to ADC initialization?
Have tried below initialization sequence:
1. Resetting ADC and making START pin low and then configure registers
2. Reset ADC, Reset SPI (By pulling CS low), making START pin low and then configuring registers
Is there anything I am missing out here?
Thank you
Krishna