Skip to main content
adnen_speder
Associate II
April 5, 2012
Question

keypad 4*4 with STM32* GPIOA

  • April 5, 2012
  • 11 replies
  • 2734 views
Posted on April 05, 2012 at 13:03

salut, 

svp jr veux interfacer une clavier 4*4 avec un stm32 par les GPIO.... comment!!

svp !!! 

NB : je met les 4 premier pins en 1 

   GPIO_SetBits(GPIOA,GPIO_Pin_0); 

          GPIO_SetBits(GPIOA,GPIO_Pin_1);

          GPIO_SetBits(GPIOA,GPIO_Pin_2);

          GPIO_SetBits(GPIOA,GPIO_Pin_3);

et j'esaye de faire le test sur les autres 4 pins !!!

#4x4-keypad
    This topic has been closed for replies.

    11 replies

    John F.
    Associate III
    June 13, 2013
    Posted on June 13, 2013 at 09:40

    Well switches often bounce and human fingers aren't all that fast either. I don't see a problem with the pull up value.

    You might have pointed out that some switches need a minimum ''wetting'' current. Depends on the switch and the application. Outside the scope of this forum really.