Hello there,
I'm trying to configure ADC PPB limits by setting TRIPHI as 3V and TRIPLOW as 1V, where the VREF is 3.3V, I tried setting Zero crossing at 2V, where OFFREF = (2000/3300) * 4096 = 2482 LSBs by this calculation the ADCEVTSTAT registers PPB1ZERO is set High(1) but even after clearing register by(ADC_clearPPBEventStatus(MCAL_ADCA_BASE, ADC_PPB_NUMBER1, ADC_EVT_ZERO);) the register is not getting cleared. Please Clarify the concept.