Tool/software: Code Composer Studio
Hi,
I have connected in my MSP430FR6989 a 4x4 keypad in order to use it as input for a calculator.
the rows of the keypad are connected in the pins p2.1 to p2.4 and these pins are configured as IRQ and enable the pull-up resistors.
the columns of the keypad are connected in the pins p8.4 to p8.7 and these pins are configured as output and the output is low.
My first step was making a test that when a button is pressed, the microcontroller goes a attend the interrupt and in the LCD appear 543210, but not appear nothing
this is my code
Thank you for help me