This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to determine Rp for LDC1614

Other Parts Discussed in Thread: LDC1614

Hi .

I'm following 8.2.2 Detailed Design Procedure instruction of LDC1614 Datasheet.

Example coil preperence is 

Rp = 6.6 kΩ, L = 43.9 µH, C = 100 pF.

In the senction 2, There is mention about Q.

(a) CH0_SETTLECOUNT ≥ Q × f REF0 / (16 × f SENSOR0 )

SO I try to determine Q.

But, How to determine Rp for my custom coil?

WEBBENCH can design only for PCB Coil. But I wanna design for solenoid.

How to calculate Rp by L,C? 

Have a good day.

 

  • Hi Jay,

    It looks like you want to set the SETTLECOUNT but do not know your Q or Rp. There is an easy way to get around that. You can determine the appropriate setting to use for the SETTLECOUNT registers using an oscilloscope - first make sure SENSOR_ACTIVATE_SEL is set to Low Power Activation mode. Then set the channel SETTLECOUNT to a high value (such as 0x8000). Setup the other register settings as appropriate, and put the device into active mode.

    Probe INAx to ground, and capture the turn-on signal. Measure the amount of time it takes for the sensor amplitude to stabilize to within 1% of its final amplitude. Then:

    SETTLECOUNT = fref * measured_time / 16


    Regards,

    ChrisO
  • Oh, Thank you very much.
    I have one question.
    INAx to GND is only way to check signal?
    INBx to GND or INAx to INBx is not possible?

    Best Regards.
  • INAx to Gnd or INBx to Gnd will be the same signal, so you can check either signal.

    INAx to INBx is ok, as long as you are using a differential probe and not a ground lead (do not ground either INAx or INBx).

    Regards,

    Chris O