Hello
I'm trying to read all the IO from a port (port 2) on my M430G255 MCU . On arduino I could have use the line
DDRB = B11111111;
data = PINB;
I've read some posts but no one talks about port manipulation on energia and msp boards clearly.
can someone help me figure out how to woks with registers and msp boards ?
thanks
EDIT :
I found the register file on the energia installation folder, but every time that i try to charge e a register I get the error:
expected unqualified-id before numeric constant