Enthernet Code
DIIDevHeads IoT Integration Server
•Created by techielew on 9/9/2024 in #firmware-and-baremetal
Need Help with NVIC Pending Register Not Reflecting Button Press on STM32L476RG
@lokii first try trouble shooting to make sure everything works and is on the right places then try this code
The code sets up the
LED
on GPIOC
pin 5 and configures an interrupt on GPIOC
pin 13, using HAL
functions to ensure proper setup of the NVIC
and EXTI
. The interrupt handler toggles the LED
and clears the interrupt flag when triggered.17 replies