Hi,
I am interfacing ADC0_DP0 and ADC0_DM0 as differential input.
and i am using Keil as programmer.
I have attached my code.in that
DEMO.c is main file and ADC_New.c and ADC_New.h are driver files for ADC
in my code,
i have used systick timer as 1ms interrupt.
i am taking 20 samples and displays it into UART of TOWER KIT.
both the channels as single ended working fine but as i make it differential then below 20 samples I am getting
ffc5, 19, 14, 1a, 20, 15, 13 ,f ,12 ,14 ,16 ,a, 18 ,e, 23, 1e, 1e, 1d, 13 ,15.
kindly also provide your code with UART.
My main purpose is to measure differential SINE Wave.
Thank you so much for your valuable reply.