EasyManuals Logo

Texas Instruments C2000 Workshop Guide And Lab Manual

Texas Instruments C2000
342 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #72 background imageLoading...
Page #72 background image
Interrupts
4 - 16 C2000 Microcontroller Workshop - Reset and Interrupts
Interrupt Signal Flow Summary
Interrupt Signal Flow Summary
Peripheral
Interrupt
PIEIFRx
PIEIERx
INTx.y
PieCtrlRegs.PIEIERx.bit.INTxy = 1;
IER
INTM
IFR
asm(“ CLRC INTM”);
IER |= 0x0001;
0x0FFF;
1
1
Peripheral Interrupt Expansion (PIE) Interrupt Group x
Core Interrupt Logic
PIE Vector Table
INTx.y name
interrupt void name(void)
{
}
DefaultIsr.c
Core
INTx
(For peripheral interrupts where x = 1 to 12, and y = 1 to 8)
In summary, the following steps occur during an interrupt process. First, a peripheral interrupt is
generated and the PIE interrupt flag register is set. If the PIE interrupt enable register is enabled,
then the core interrupt flag register will be set. Next, if the core interrupt enable register and
global interrupt mask is enabled, the PIE vector table will redirect the code to the interrupt service
routine.

Table of Contents

Other manuals for Texas Instruments C2000

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments C2000 and is the answer not in the manual?

Texas Instruments C2000 Specifications

General IconGeneral
BrandTexas Instruments
ModelC2000
CategoryMicrocontrollers
LanguageEnglish

Related product manuals