This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PGA970: PGA970

Part Number: PGA970

Tool/software:

Dear TI,

I have found a discrepancy between the datasheet register (AFEDIAG_CFG) and the firmware version PGA970_Generic_1_6. Please tell me which one is correct?

I will look forward to your reply

#define S1_PULL_UP_ENABLE (0 << 0)
#define S1_PULL_UP_DISABLE (1 << 0)

#define S2_PULL_UP_ENABLE (0 << 1)
#define S2_PULL_UP_DISABLE (1 << 1)

#define S3_PULL_UP_ENABLE (0 << 2)
#define S3_PULL_UP_DISABLE (1 << 2)

#define PE_PULL_UP_ENABLE (0 << 3)
#define PE_PULL_UP_DISABLE (1 << 3)