Hello,
I am trying to read the voltages of 7 channels with ADC and PDB modules. (S32K118 , RTD Drivers).
I have checked the previous discussions on similar topic but there are still some points are not clear to me:
1 - I see from the reference manual that S32K118 doesn't have the PDB back-to-back functionality. Does it mean that I can't use PDB to trigger conversion on multiple channels automatically?
2 - What is the most practical way of triggering conversions for multiple channels and only get notified (could be polling of the flag or interrupt) when the values are there in the result registers?
3- Even If I don't need any delays between conversions, should I still use PDB?
I can set up an interrupt driven mechanism to change the channel every time but I am looking for the most efficient way by using the PDB peripheral. I checked "Hardware trigger" ADC example but it's just for 1 channel.