Tool/software:
So This might sound like a silly doubt, but I have trying to debug whats the issue for not being to read a pin. I tried multiple ways. I have configured the p16A as input with pull up resistor. The GPIO_LEDS_InputPin is the pin mapped. My code goes like just to check if my pin read is 1 or 0 and then to toggle. On the launchPad I am giving approx 2.9V to the PA16 pin. I am putting the breakpoint on the line 77 and its not being and i cannot read the values . I get a uint32 bit value of 0 all the time. I have tried the example project by TI as well for gpio to read and it doesn't work.
Please Help!