Datasheet

Example of Source Code for MSP430 present in the launchpad
www.ti.com
if (DONE == 1) // enabled/disabled and viceverasa DONE signal
{
DONE = 0;
}
else
{
DONE = 1;
}
P1IFG &= ~BIT3; // P1.3 IFG cleared
P1IES |= BIT3; // P1.3 Hi/Lo edge
}
6
TPL5100EVM User's Guide SNAU148AJUNE 2013Revised JULY 2013
Submit Documentation Feedback
Copyright © 2013, Texas Instruments Incorporated