I am trying to find out the conversion time for ADC conversion time for S32k146. The formula of total conversion time is given in datasheet.
Solved! Go to Solution.
Hi,
bus cycle = 1 / bus clock frequency = 1/ 40MHz = 25ns
ADC cycle = 1 / ADCK clock = 1 / 8 MHz = 125ns; assuming SOSCDIV2_CLK (8MHz) is selected by PCC_ADCx[PCS] and divided further in ADC by 1, i.e. ADC_CFG1[ADIV] = 0
BR, Petr
Hi,
bus cycle = 1 / bus clock frequency = 1/ 40MHz = 25ns
ADC cycle = 1 / ADCK clock = 1 / 8 MHz = 125ns; assuming SOSCDIV2_CLK (8MHz) is selected by PCC_ADCx[PCS] and divided further in ADC by 1, i.e. ADC_CFG1[ADIV] = 0
BR, Petr
Thanks Petr Stancik .