Skip to main content
Associate
July 13, 2025
Solved

STM32H755: LED on PB0 not blinking with EXTI interrupt on PA0 (CM7, beginner)

  • July 13, 2025
  • 2 replies
  • 251 views

Hello everyone,

I'm a beginner learning STM32 and working on a small project with the STM32H755 (NUCLEO-H755ZI-Q). I'm trying to use an EXTI interrupt on PA0 (push button) to toggle an LED on PB0 on the Cortex-M7 (CM7) core. I need help to figure out what's wrong!

Thanks a lot!

Best answer by MHoll.2

Can You share you project so we can see what You are doing?

By default the User Button on the Nucleo-H755ZI-Q is on PC13, for PA0 You have to change the solder Jumpers.

MHoll2_0-1752414756606.png

 

2 replies

MHoll.2
MHoll.2Best answer
Senior III
July 13, 2025

Can You share you project so we can see what You are doing?

By default the User Button on the Nucleo-H755ZI-Q is on PC13, for PA0 You have to change the solder Jumpers.

MHoll2_0-1752414756606.png

 

QuyAuthor
Associate
July 13, 2025

Ah, that was a critical mistake on my part. Thanks so much for pointing it out — really appreciate your help!