Other Parts Discussed in Thread: MSP430WARE
Hi I am new and not good english speaking person. I have two questions, before I do something to MSP430 board.
1- What is the maximum voltage I cab apply to GPIO pin for input purpose.
2- What is the proper code.
What I know so far. Acording to datasheet I can apply voltage upto 3.3volts on input pin e.g P2.0. Below is the code I Know.
GPIO_setAsInputPinWithPullUpresistor(GPIO_PORT_P2,GPIO_PIN0);
GPIO_interruptEdgeSelect(GPIO_PORT_P4,GPIO_PIN0,GPIO_HIGH_TO_LOW_TRANSITION);
Please define. If I run the code then I can test the Input function by applying 3.3volts to P2.0 from DC Power Source and negative to GND pin of the board. ??? It will work or burn the microcontroller and make it useless.