Other Parts Discussed in Thread: C2000WARE

Per the image above, I have '6B' set in the OffCal register. ADCRESULT0 shows '6B' as the raw value measured by the ADC. PPB1 result also shows '6B' as its result. My expectation is that PPB1 result would be ZERO in this case.
What am I missing?
Setup is simply
ADC_setupSOC(ADCB_BASE, ADC_SOC_NUMBER0, ADC_TRIGGER_EPWM6_SOCA, ADC_CH_ADCIN5, 15);
ADC_setupPPB(ADCB_BASE, ADC_PPB_NUMBER1, ADC_SOC_NUMBER0);
Thanks!

