cancel
Showing results for 
Search instead for 
Did you mean: 

the user button code is not working on NUCLEO-WB55RG

PMana.1
Associate II

I am trying to use the pushbutton of NUCLEO-WB55RG and I tried coding it in both external interrupts and also as a gpio input. The pin configuration is correct. The same code is running on other Nucleo boards such as L496 and L432. But the code does not work on wb55rg. I am using cubemx to generate the code and development is done with keil. Please do help me on this

1 REPLY 1
TDK
Guru

Monitor the IDR value of the pin while you press the button. If it's not changing when you press the button, the hardware isn't connected correctly (or you need a pull resistor). If it does change, the EXTI setup is incorrect.

If you feel a post has answered your question, please click "Accept as Solution".