japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
115 stars 40 forks source link

External Interrupt Example #82

Open fmckeogh opened 6 years ago

fmckeogh commented 6 years ago

Hello,

Would it be possible for you could create an example for enabling an external interrupt on a pin with and without cortex-m-rtfm?

I tried to copy the interrupt set up sequence in enc28j60-reactive without success. I also searched around and couldn’t find any maintained projects on GitHub that had it working.

Thanks :)