Where are the rest of the interrupts for any given microcontroller? I find only one timer overflow interrupt but like the ATmega88, there are 3 timers that all have overflow interrupts and all have two compare interrupts.
There are a host of other interrupts like pin change on other ports other than just one.
Is there some additional files that I need to download to have the rest of those unlisted interrupts?
Missing interrupts
-
- Posts: 16
- Joined: Fri Jul 23, 2010 9:53 pm
- Has thanked: 4 times
- Been thanked: 1 time
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Missing interrupts
Hello,
You should be able to access the other interrupts using the custom interrupt type. Help can be found on this in the main Flowcode help file which provides examples for AVR devices.
You should be able to access the other interrupts using the custom interrupt type. Help can be found on this in the main Flowcode help file which provides examples for AVR devices.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel