Hi,
I am using S32k144 controller, and for ADC conversion I have selected PDB triggering. I want to understand the operation in the following Scenarios :
Case 1.: I set the value of PDB0 modulus as 10ms and all pre-trigger delay values as 100us and configured 8 ADC channels of ADC-0 with PDB Channel -0 for periodic conversions. So what will happen after the conversion of all 8 channels? Will PDB wait for modulus counter to reset and then trigger next round of conversion(i.e after 10ms) ? or Conversion will keep goes on continuously?
Case 2: If I want to use PDB0 CH0 for 8 ADC0 channels and PDB1 CH0 for 8 ADC1 channels, what configuration I need to do so that after PDB0 conversions automatically PDB1 will be triggered.
Case 3: If I want to use PDB0 CH0 for 8 ADC0 channels and PDB0 CH1 for the next 8 ADC0 channels, then will PDB0 CH1 will be triggered automatically after PDB0 CH0 conversions? or I have to trigger PDB0 CH1 manually?
Thanks,
Pawan