ADC MCAL Example of S32K144 MCU not working. I am trying to run the ADC MCAL example of S32K144 MCU, but it is not working as expected.
Interrupt is not getting fired.
What can be the reasons for that?
Also in ADC MCAL module, Interrupt of only last ADC channel is enabled? Why not interrupt of all channels get enabled?
 
					
				
		
 PetrS
		
			PetrS
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
try to close expression window.
For interrupt, a driver is written in this way, to have interrupt called at teh end of group conversion, so after last channel in group.
BR, Petr
