Hi @Micha4566465
RTD versions come with 2 examples for ADC:
Adc_Sar_Bctu_Ip_example: The purpose of this demo application is to present basic usage of the ADC_SAR and BCTU IP Driver for the S32K3xx MCU.
The example uses the software trigger to trigger ADC normal and injected conversions, also software trigger from BCTU. The used ADC channel is bandgap (~1.2V corresponding to 7864 with 15 bits resolution at 5v reference). The raw read ADC data will be compared with the provided value.
Adc_example: This application demonstrates the usage of the Adc Driver by Interrupt and DMA Transfer.
The example is divided into 3 parts:
- Part 1: Example with SW Triggered One-Shot Conversion Mode, data conversion is updated by Interrupt.
- Part 2: Example with BCTU controlled mode conversion by Interrupt.
- Part 3: Example with SW Triggered One-Shot Conversion Mode, data conversion is updated by DMA.
Important: S32 RTD is delivered as an Update Site for S32 Design Studio "S32 Design Studio IDE v3.4 Update 3"
B.R.
VaneB