RA4E2 how to start ADC group B and its interrupt?

Hi,  I have two timers g_timer0 and g_timer1 running at 100kHz and 10kHz respectively.  I can see their trough interrupts in SW ISR routine.  I have setup the ADC in group scanning mode with group A to be started by g_timer0 UDF and group B by g_timer1 UDF.   I can see group A is doing fine as its end interrupt is happening on scope.  However I can't see group B end interrupt and believe it is not started by g_timer1 UDF as the ADC channel data registers values not updated.  I have checked ELSR8 and ELSR9 values.  They are set properly.  All ADC register values seem reasonable as well except that LGRRS bit in ADGSPCR needs to be set but remains zero.  Below are some screen shots from my FSP configurator.   Can you help shining some light on how to solve this problem.