Post Go back to editing

ad5941 ocp measurement

Hi, How can ad5941 measure the open circuit potential(OCP) between RE and WE(or AINx) before EIS measurement?

Parents Reply
  • Hi,

    Apologies. I am not sure what your question is.

    Below is the block diagram of AD5940BATZ board:

    Do you want to measure voltage supplied by the battery?

    If so, you may set in the code,

    dsp_cfg.ADCBaseCfg.ADCMuxN = ADCMUXN_AIN3;
    dsp_cfg.ADCBaseCfg.ADCMuxP =ADCMUXP_VCE0;

    to measure the voltage.

Children