Where are the registers corresponding to my button on nucleo L152RE?
Hello,
there's a user button on that board. I'd like to attach this button to an interrupt handler.
I have to enable this button for interrupts. It should be done by setting some bit in some register called SETENA0 or maybe SETENA1 or something like that. Perhaps also I need to synchronize the clock with that button or something like that by setting some bits somewhere in some of the GPIOA or GPIOstuff registers, or something.
But I read the entire manual of the nucleo (more than 900 pages), they don't talk about the button. Where are the registers associated to this particular button located?
Thanks for the help.
