Hello,
I am basically new to msp430 and CCS, and I am having a hard time trying to understand code, interrupts and timers.
Background info:
Goal.- read and interpret a dual 7 segment LED display with 10 pins.
So after playing around with this part I found out that the way this works is the driver pins (9, 6) toggle each other really fast ~4khz, 9 is on while 6 is of etc.
My idea was to use the MSP430G2553 to read A-G on PORT1 and the 2 drivers (9, 6) on PORT2.
I read on interrupts and saw that there is a way to set up an interrupt for when your input signal (in this cas