AVR-USB on ATmega128
Posted: Thu May 15, 2008 12:01 am
Hi Guys,
New to the forum and new to AVRs, but have programmed other microcontrollers.
I'm just laying out a board with an ATmega128 on it. I have a question about the interrupts that are used with AVR-USB.
On the ATmega128 there are 8 interrupts, INT0-3 are asynchronous, INT4-7 are synchronous. With the latest AVR-USB software you can change which interrupt is used. I understand that the interrupt used for the USB must be the highest priority, but does the interrupt need to be one of INT0-3 or can I used INT4-7???
I'm guessing this might change with clock frequency?
Thanks in advance.
Alan
New to the forum and new to AVRs, but have programmed other microcontrollers.
I'm just laying out a board with an ATmega128 on it. I have a question about the interrupts that are used with AVR-USB.
On the ATmega128 there are 8 interrupts, INT0-3 are asynchronous, INT4-7 are synchronous. With the latest AVR-USB software you can change which interrupt is used. I understand that the interrupt used for the USB must be the highest priority, but does the interrupt need to be one of INT0-3 or can I used INT4-7???
I'm guessing this might change with clock frequency?
Thanks in advance.
Alan