Post Go back to editing

ad5941 ocp measurement

Thread Summary

The user asks how to measure the open circuit potential (OCP) between RE and WE (or AINx) before EIS measurements using the AD5941. The final answer suggests changing the ADC mux inputs in the AppIMPSeqCfgGen() function to monitor the OCP with RE0 and SE0 open-circuited. For the AD5940_BATZ EVAL board, which lacks a RE connection, the solution involves configuring the ADC mux to measure the potential drop across AIN2 and AIN3.
AI Generated Content

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

Parents Reply Children
  • Hi,

      If you want to measure just the open potential drop across the battery, in A5940BATZ, this drop is across AIN2 and AIN3 inputs.

    Hence 

    If so, you may configure ADC mux as below:

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

    This way, open circuit potential across the battery can be measured.