11 years, 1 month ago.

interrupts tutorial

hi can anyone present me with an interrupts tutorial..... nothing fancy just some on and off leds and some explanation (please consider that I am still in arm cortex m3 programming 101).

1 Answer

11 years, 1 month ago.

See the InterruptIn handbook page as a good start: https://mbed.org/handbook/InterruptIn. The advantage of mbed is that you don't need to be into cortex m3 programming really deep, the library handles that for you :)

Also those are external interrupt inputs, but you also got for example timer interrupts (see Ticker and TimeOut), Serial interrupt, etc.