2021-11-18 05:44 AM
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
2021-11-18 05:59 AM
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.