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.

LMT86-Q1: RC selection

Part Number: LMT86-Q1
Other Parts Discussed in Thread: LMT86, TIDA-00774, TIDA-00901, TIDA-00281,

Hello,

      I am wondering how R and C were selected for the temperature sensor LMT86/87 output circuit in different TIDA?

1) TIDA-00774 specifies RC values as R42=10K, and C=0.1 uF

2) TIDA-00901 only has a C=0.1 uF

3) TIDA-00281 doesn't specify R and C

Q1: Is the selection designed to filter noise caused by the MOSFET switching? If yes, could you please provide a guideline on how small the cutoff frequency should be compared to the switching frequency?

2) Is the selection designed to filter noise to microcontroller? If yes, could you please provide a guideline on how the time constant calculated from the RC values in relation to the sample time found in the microcontroller datasheet?

      I will appreciate you could provide the reasoning for this selection?  I see other design applications using much lower R value (say 100 ohms instead of 10k) and much lower C value (say 3300 pF).

      Thanks,

      John

  • John,

    For the LMT8x-Q1 device, the RC filter depends on your application. What is your expected capacitive load on the temperature sensor output?

    Referencing section 8.4.3 of the datasheet, the RC filter is only needed when the capacitive load (Cload) is > 1100 pF. This is to due to output limitations of the LMT8x-Q1 device. You can follow the recommended series resistance values in Table 4 for the Rs value.

    Jalen

  • Hi Jalen,

    Thank you very much for your reply. However, I feel that my question has not been addressed. My questions are why three different TIDAs chose three different R and C and how they chose these values.

    Thanks,

    John

  • John,

    Sorry for the delay. I reached out to the engineer who designed the TI Designs to get more insight into what the factors were in determining the RC filter. Keep in mind that these TI Designs are from a few years back, so there is a limit to the detailed analysis I can provide.

    1) I saw that here was another e2e post where a similar question was asked for TIDA-0074 here. So I will defer to that thread for an answer to this. 

    In both TIDA-00901/TIDA-00281 designs the temp sensors were used to monitor the drive FETs for the off-board loads.  The thermal time constants of the FET stages and surrounding board would be in tens of milliseconds typically, so slow response (relatively) is fine.

    Both designs also use the C2000 launchpad and there are various tradeoffs that can be associated with different filter caps (the C value you are referencing).

    When looking at the sample time found in the microcontroller datasheet, it is important to note that the voltage on Cfilter and the Csample cap will depend on the ratio of two caps.  Recall that when the ADC samples, the input is expected to charge the sample capacitor.  The “instantaneous” voltage is just the new voltage created by the charge of two caps being added together.  For that reason, having a large Cfilt cap will ensure that the sample cap charges to nearly the Cfilter voltage.  If the Cfilter is closer to the same magnitude as the sample cap, the voltage will be lower. 

    The reason I provided the additional information for the LMT86-Q1, is that this needs to be considered when choosing your RC filter. If your capacitive load, mostly indicative by your Cfilter (considering Cfilter will likely be magnitudes larger than Csample of the ADC), is larger than 1100 pF you will need to add a series resistor to insure the output of the LMT86-Q1 is stable. This I explained in my above post. Now, if this series resistance value is too high, the ADC may not be able fully charge the sample cap in between samples. This will result in a DC error. 

    To answer specifically to the design considerations for the TI Designs, below is the feedback I received:

    2) For TIDA-00901 that value would certainly be large enough that the sample and hold capacitance of the ADC would not affect the value.  I don’t recall if the lack of an RC filter was an oversight, or whether there was any tradeoff in the design considerations.

    3) For the TIDA-00281, there actually is an RC filter specified.

    49.9 Ohms and 2200 pF, giving a time constant of about 0.1 microsecond, which is ridiculously fast for the temperature measurements.  That would only knock down any high-frequency noise, so I would want to change those to much slower values if I were to re-visit the design.

    Jalen

  • Hi Jalen,

          That is very helpful. Thank you very much for providing such detailed explanations.

          Best regards,

          John