Hi
I am using the S32k344 evaluation board.
I am trying to read an input signal via ADC,
my setup:
EMIOS_GPT -----> BCTU ----> ADC.
based on the RM I have scaled the adc_clk into 80MHz. prescaler 2
during the calibrations adc_clk into 40MHz. prescaler 4
and i have disabled the bctuhwtriggered before the calibrations and i have enabled it after that.
i am aslo using hwaveraging.
i am trying to read tow value ,the bandgab and an input value.
i am reading the value from FIFO result , watermark value , which i set it into 1.
but i do have some doubt regrade to what is watermark value used for ??
the issue i am seeing is that the reading value is getting corrupted despite the accuracy is not good.
i have attached my project , i hope you may have a solution for this problem.