Other Parts Discussed in Thread: TPL5111, TPS61291, TPS22860, CC1310
Tool/software:
Hi all,
Basically I use exactly the design as in TIDA-484 with TPL5111, TPS61291 and TPS22860 and I currently, for testing, programmed the TPL5111 for a 40 second interval.
The circuit is driving a RF-transceiver for LoRa, which sends a done-signal once a transmission of a measured value (temperature) is done. The startup, measurement and transmission take 2-3 seconds maximum. I set the done-pin high, wait 10ms and then send the mcu to sleep. Before it goes to sleep, power should anyway be cut by the TPL5111 timer. I tried with code not going to sleep and just send done and wait in a while(1) loop indefinetely, and nothing changes in the current consumption profile.
The problem is, that I still measure 5mA (at 3V input) and 4mA (at 2.8V input) instead of landing in a nano-amp range, where I should end up (270nA per TIDA). I wonder where it amounts to 5mA, which is much more than a bare RF-module would use as sleep current (6µA). And yes, I measure 5mA, not µA. For measurement I use a Brymen 869 Multimeter and also the nRF power profiler kit II. They are all measuring the same.
Any ideas?