Missing interrupts

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
cantronicx
Posts: 16
Joined: Fri Jul 23, 2010 9:53 pm
Has thanked: 4 times
Been thanked: 1 time
Contact:

Missing interrupts

Post by cantronicx »

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?

User avatar
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

Post by Benj »

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.

Post Reply