hello everyone, i ues external reference and Vref=2.5V, the spike of ADC input singal is 700mV, frequency is 1k, so the max theoretical value of sample data is about 32767/2.5*0.7=9175,but when i resolve sample data, the value is 16820,which is bigger than 9175,the status and configuration of adc is ok,why it is happened?
asynchronous interrupt mode is used, adc data width is 16, ADC Fclkin = 16.384M, a_sys_cfg = x"0b60", d_sys_cfg = x"0c3c", clk1_cfg = x"0d02",clk2_cfg = x"0e2b",so the fmod = 4.096M and fdata = 32k. adc gain set is 000. (gain = 1)