Hi I am using a NuceloF411 development board to connect an AD5941 to perform an experiment in amperometry. The board of the AD5941 was designed by me and the schematic of the circuit is in the attachment. May I know which parameter in the code corresponds to WE,RE,CE if the three electrode system is used. And which one is the pin to measure the current。
dsp_cfg.ADCBaseCfg.ADCMuxN = ADCMUXN_VZERO0;
dsp_cfg.ADCBaseCfg.ADCMuxP = ADCMUXP_AIN2;Is it the code above that sets the pins for measuring CURRENT? The positive and negative pins are AIN2 AND VZERO?