Part Number: MSP430F5529
Other Parts Discussed in Thread: ENERGIA
Hello
Im doing my first MSP430 project for Uni and Im using P1.2 , P1.3, P1,4 and P1,5 as interrupt pins such that when their value is changing im doing some kind of operation on the current input string.
The pins are physically connected to an external 4-bit string generator.
How should I read the specific above pins (parallel of course)?
I configured them as interrupt pins . In order to isolate the specific pins from port 1 I used the AND operation like - P1 & 0x3C but it doesn't work.
Any suggestions?
How can I debug this proccess and see P1 pins values on any given time?
Thank you,
Nir.