Post Go back to editing

Square Wave Voltammetry

Category: Software
Product Number: ADUCM355QSPZ, ADUCM355

Hi, This is Rohit Kumar Sharma. Actually, I am using the SWV technique in the aducm355qspz board. While performing this technique, I am getting only the current response in csv file. How can I get potential w.r.t. current?

Parents Reply
  • Hi,

    I am using ADUCM355QSPZ.

    To measure the voltages in SWV, I have modified SWV code as

    AD5940_StructInit(&dsp_cfg, sizeof(dsp_cfg));
    dsp_cfg.ADCBaseCfg.ADCMuxN = ADCMUXN_LPTIA0_N;
    dsp_cfg.ADCBaseCfg.ADCMuxP = ADCMUXP_LPTIA0_P;
    dsp_cfg.ADCBaseCfg.ADCMuxP = ADCMUXP_VSE0;
    dsp_cfg.ADCBaseCfg.ADCPga = AppSWVCfg.AdcPgaGain;

    But still, I am not able to measure voltages. Is it right, or need to modify something else? Please help.

Children