Tool/software:
hi:
一)The device we use is the ADS9813, and the initialization sequence for the device is as follows:
- Write0x0001 to register 0x00 (reset enabled).
- Write 0x0000to register 0x00 (reset disabled).
- Write 0x0004to register 0x00 (legacy SPI enabled).
- Write 0x000Bto register 0x04 (INIT1 configuration).
- Write 0x0002to register 0x03 (select bank 1).
- Write 0x0002to register 0x92 (INIT2 configuration).
- Write 0x0604to register 0xC5 (INIT3 configuration).
- Write 0x0100to register 0xC1 (set SDR data rate)
二)he ADC's analog input uses a single-ended bipolar ±5V signal. However, there is an issue where AINxP has a DC output of approximately 1.9V. What could be causing this problem? The schematic diagram of the analog front-end is as follows:
Best regards