Datasheet

Bill of Materials (BOM)
www.ti.com
3.2 INDIRECT MEASUREMENT
Short pin 2 and 3 of I_SEL.
DO NOT LEAVE DIGITAL INPUT PINS FLOATING, for instance:
Short the DONE pin (4th pin of IO header) to GND
Set PGOOD =1 (see Table 1)
Connect a Digital Multi Meter, configured as the voltage meter, between TP1 and VDD test points.
Read the voltage drop on the R_SH on the DMM.
The current consumption is simply the voltage drop on R_SH, divided by 1Mohm.
4 Bill of Materials (BOM)
Table 3. Bill of Material TPL5100EVM
DESIGNATO
DESCRIPTION PART NUMBER MANUFACTURER QUANTITY
R
HOLDER COINCELL 2032 Memory Protection
BT BS-7 1
RETAINRCLIP Devices
CAP CER 0.1UF 6.3V 10% C1005X5R0J104K05
C1, C2 TDK 2
X5R 0402 0BA
EXT_PGOOD
, SUPPLY, TEST POINT PC MINI .040 5000 Keystone 4
TP1, VDD
GND TEST POINT PC MINI .040 5001 Keystone 1
IO CONN HEADER 5POS .100 TSW-105-07-G-S Samtec, Inc. 1
I_SEL CONN HEADER 3POS .100 TSW-103-07-G-S Samtec, Inc. 1
J1_10, Connector, Receptacle, 100mil,
SSW-110-01-G-S Samtec, Inc. 2
J11_20 10x1, Gold plated, TH
RES 1.0K OHM 1/16W 5% CRCW04021K00JNE
R2, R3 Vishay-Dale 2
0402 SMD D
RES 49.9K OHM 1/16W 1% CRCW040249K9FKE
R4 Vishay-Dale 1
0402 SMD D
RES 0.0 OHM 1/16W JUMP CRCW04020000Z0E
REPG Vishay-Dale 1
0402 SMD D
CONN RECEPT 2POS .100
RST, VCC 5-534206-1 TE Connectivity 2
VERT DUAL
RES 1.00M OHM 1/10W 1% CRCW06031M00FKE
R_SH Vishay-Dale 1
0603 SMD A
S1 SWITCH SPDT GOLD 206-124 CTS Electrocomponents 1
SH-J1 SHUNT JUMPER .1 969102-0000-DA 3M 1
Nano Power Programmable
U1 TPL5100DGS Texas Instruments 1
Timer
5 Example of Source Code for MSP430 present in the launchpad
#include <msp430g2553.h>
volatile unsigned int DONE=1;
void main(void)
{
WDTCTL = WDTPW + WDTHOLD + WDTNMI + WDTNMIES; // WDT off NMI hi/lo
P1DIR |= BIT0; // Set P1.0 to output direction RED LED
P1DIR |= BIT6; // Set P1.6 to output direction GREEN LED
P1DIR &= ~BIT3; // Set P1.3 S2 button to input
P2DIR &= ~BIT0; // Set P2.0 (WAKE) to input
P2DIR |= BIT4; // Set P2.4 (Done) to output direction
4
TPL5100EVM User's Guide SNAU148AJUNE 2013Revised JULY 2013
Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated