I want to Monitor 12 ADC channels at a time in S32K144. There are two timers/trigger LPIT AND PDB present to configure ADC channels. What I observed is there are 4 LPIT channel and 2 PDB(number of trigger slot 1 and pre-trigger slot -8)slots present.
Can you please support by suggesting solution to my below query :
Hi,
PDB module has 2 channels, each channel has 8 pretriggers, so total 16 samples can be converted sequentially upon trigger from PDB on single ADC module. Same for second PDB/ADC modules.
At the same time 2 channels can be converted simultaneously, one on each ADC module.
You can refer to below example showing usage of SDK driver to do multiple channel conversions;
https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-PDB-ADC-DMA-S32DS-ARM-2018-R1/ta-p/...
BR, Petr