149
C-Control Pro Mega Series
© 2008 Conrad Electronic
Interrupt Name
Description
INT_0
external Interrupt0
INT_1
external Interrupt1
INT_2
external Interrupt2
INT_3
external Interrupt3 (
only Mega128
)
INT_4
external Interrupt4 (
only Mega128
)
INT_5
external Interrupt5 (
only Mega128
)
INT_6
external Interrupt6 (
only Mega128
)
INT_7
external Interrupt7 (
only Mega128
)
INT_TIM1CAPT
Timer1 Capture
INT_TIM1CMPA
Timer1 CompareA
INT_TIM1CMPB
Timer1 CompareB
INT_TIM1OVF
Timer1 Overflow
INT_TIM0COMP
Timer0 Compare
INT_TIM0OVF
Timer0 Overflow
INT_ANA_COMP
Analog Comparator
INT_ADC
ADC
INT_TIM2COMP
Timer2 Compare
INT_TIM2OVF
Timer2 Overflow
INT_TIM3CAPT
Timer3 Capture (
only Mega128
)
INT_TIM3CMPA
Timer3 CompareA (
only Mega128
)
INT_TIM3CMPB
Timer3 CompareB (
only Mega128
)
INT_TIM3CMPC
Timer3 CompareC (
only Mega128
)
INT_TIM3OVF
Timer3 Overflow (
only Mega128
)
The corresponding interrupt has to receive the corresponding instructions in an Interrupt Service
Routine (ISR) and also the interrupt has to be enabled. See
. During execution of the interrupt
routine the Multi Threading is suspended.
A signal on INT_0 can interfere with the
when the C-Control Pro Module is
switched on. According to the pin assignment of
and
INT_0 shares the same pin with
SW1. If SW1 is pressed during power up of the Module then the Bootloader Mode will be activated
and the program will not be automatically started.
6.9.1
Ext_IntEnable
Interrupt Functions
Syntax
void Ext_IntEnable(byte IRQ,byte Mode);
Sub Ext_IntEnable(IRQ As Byte,Mode As Byte)
Description
Содержание C-Control Pro Mega Series
Страница 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Страница 9: ...VIII Inhalt 2008 Conrad Electronic ...
Страница 10: ...Part 1 ...
Страница 17: ...Part 2 ...
Страница 23: ...Part 3 ...
Страница 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Страница 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Страница 58: ...Part 4 ...
Страница 91: ...82 IDE 2008 Conrad Electronic ...
Страница 92: ...Part 5 ...
Страница 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Страница 136: ...Part 6 ...
Страница 231: ...Part 7 ...
Страница 240: ......