Other Parts Discussed in Thread: MSP430G2553, TLV2780
Hi,
I am trying to measure strain gauge with LMP8358 in serial mode. In my application, it is very important to reduce power consumption as much as possible.
As a result, I shut down the LMP8358 and strain gauge most of the times and enable them periodically (every 20 ms for 50 samples/sec) to measure the strain gauge value.
When I want to measure strain gauge, at first, I enable LMP8358, wait about 100 us (according to data sheet, typical required time is 85 us) and then I excite the strain gauge and wait for output settlement
and then read it. The strain gauge consumes lots of current and it is critical to reduce the IA settlement time to minimize excitation time and thus, power consumption.
According to data sheet, with gain=1000 and comp[2:0]=011b Ts=4 us which is great. Unfortunately, gain=1000 is to much for my application and reduces the strain gauge dynamic range significantly.
I want to use IA with either gain=100 or gain=200. I tried different compensation values with these two gains but the settling time is much higher than 4 us.I tried these settings:with gain=100 ,comp[2:0]=010 ,100
(suggested comps for this gain in data sheet) and with gain=200, comp[2:0]=010, 011, 100. In all cases the settling was around 15 us to 20 us.(much higher with 4 us).
Am I missing something or the chip has slower responses in lower gains?