Other Parts Discussed in Thread: UCD3138, , UCD3138OL64EVM-031
Tool/software:
Dear TI Experts,
Reference documents: https://www.ti.com/cn/lit/an/zhca494/zhca494.pdf?ts=1733797858080
In the document, on page 7, title 2, it mentions "ADC15 set to read the AFE0 EAP pin voltage."
I checked the UCD3138 chip's registers, and this function exists and works as expected.
AdcRegs.ADCSEQSEL1.bit.SEQ6 = 15; MiscAnalogRegs.AFECTRL.bit.AFE_MUX_SEL = 3; MiscAnalogRegs.AFECTRL.bit.AFE_VIN_MUX = 0; MiscAnalogRegs.AFECTRL.bit.AFE_MUX_CH_SEL = 1;
However, I want to implement this on the UCD3138128, but the UCD3138128 registers don’t have the same register name.
Does this mean the function is not available on the UCD3138128?