*******************************************************************************
The purpose of this demo application is to present a usage of the
ADC_SAR IP Driver for the S32K3xx MCU.
The example uses the PIT0 trigger to trigger conversions on ADC1. ADC channels
are selected to be converted on ADC-1:
ADC channel S10 is connected to board's potentiometer.
#define ADC_SAR_USED_CH_BANDGAP 48U /* Internal Bandgap Channel */
#define ADC_SAR_USED_CH_POT_0 34U
------------------------------------------------------------------------------
* Test HW: S32K3X2EVB-Q172
* MCU: S32K312
* Compiler: S32DS3.5
* SDK release: RTD 3.0.0
* Debugger: PE micro
* Target: internal_FLASH
********************************************************************************