danak6jq / Seeed-LoRa-E5

LoRaWAN end node built from scratch using CubeMX for WLE5x in the LoRa-E5
Other
46 stars 10 forks source link

EXTI_IRQHandler not generated from .ioc #16

Closed edchron closed 1 year ago

edchron commented 1 year ago

Hello, I really love your repo because it helps me a lot. It's been working fine using the 1.2.0 FW of WLE5. Everything is good except I find that the .ioc file is not generating EXTI_IRQHandler to stm32wlxxit.c if I set a GPIO as external interrupt. Maybe, would you take a look at this issue?

Any help for this issue is appreciated. Thanks!

edchron commented 1 year ago

Silly me. I forgot to generate the interrupt in NVIC. Sorry for all the trouble. Thanks and keep up the good work!