I'm investigating how to efficiently perform multiple AD conversions.
There are environment sensors connected to ADC0 and ADC1, which is necessary to trigger the AD conversion at the same time with the exact cycle (e.g. every 10 ms) and transfer the AD value to memory via DMA.
In addition, different sensors for system diagnostics are also connected to ADC0 and ADC1, and need to read the AD value in the gap of the periodic AD conversion of the environment sensor.
If we need to read the two environment sensors at the correct cycle, how is it best to trigger it?
Also, what is the better trigger when reading the system diagnostic sensor in the gap between the readings of the environment sensor?
Please give me some advice on how to configure S32K.