ADC Multichannel continuous READ on RA4M3 and interrupt TIMER

Currently I'm working in a project where I'm reading 4 channels in a callback function with priority 5 and also, I configured a timer with a callback function with priority 3 running every 1 second, the adc values are correct but the timer is not working, if a configured the adc callback as NULL the timer works properly .

the timer is used to run other functions, I was debugging and loop variable from timer function is increasing only if the adc callback is configured as NULL is fsp. could you help me ?