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
  • 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