Hey ppl,
I need a clarification regarding the MSP430G2231. As per my knowledge of MSP430G2231 when we switch on the microcontroller all the Ports are configured as input ports.
But the registers in CCSv4 when i debug a simple program also gives following configuration.(I have not configured any thing nether P1SEL, P1DIR, P1REN)
P1.7 = 0x00;
P1.6 = 0x00;
P1.5 = 0x00;
P1.4 = 0x00;
P1.3 = 0x01;
P1.2 = 0x01;
P1.1 = 0x01;
P1.0 = 0x00;
How do i make the p1.1,p1.2,p1.3 ports as input ports??? pls reply..
Thanking you,
MANOJ KUMAR S
INDIA