인터럽트 (Interrupt)
마이크로프로세서에서 인터럽트(interrupt, 문화어: 중단, 새치기)란 마이크로프로세서(CPU)가 프로그램을 실행하고 있을 때,
입출력 하드웨어 등의 장치에 예외상황이 발생하여 처리가 필요할 경우에 마이크로프로세서에게 알려 처리할 수 있도록 하는 것을 말한다.
ref) 위키백과, 우리 모두의 백과사전.
PIC의 경우 다양한 기능의 인터럽트를 제공하고 있다.
2. 인터럽트(Interrupt)의 개념과 종류
3. ISR (interrupt service routine) 이 뭐죠?
4. 인터럽트의 동작
5. PIC 마이컴 실험하기: 인터럽트 이해하기
6. 인터럽트 이해하기
7. 인터럽트
8. Using Interrupt with PIC Microcontroller
9. Vectored Interrupt Controller on 8-Bit PIC
10. PIC interrupt tutorial: General Background
11. Basic understanding of microcontroller interrupts
12. How to Use Interrupts in PIC16F877A Microcontroller
PIC의 경우 다양한 기능의 인터럽트를 제공하고 있다.
1. External Interrupt: INT_EXT
2. RxD Interrupt: INT_RDA
3. Timer Interrupt: INT_TIMER0
4. 기타 Interrupt:
참고:
1. 인터럽트 (Interrupt)2. 인터럽트(Interrupt)의 개념과 종류
3. ISR (interrupt service routine) 이 뭐죠?
4. 인터럽트의 동작
5. PIC 마이컴 실험하기: 인터럽트 이해하기
6. 인터럽트 이해하기
7. 인터럽트
8. Using Interrupt with PIC Microcontroller
9. Vectored Interrupt Controller on 8-Bit PIC
10. PIC interrupt tutorial: General Background
11. Basic understanding of microcontroller interrupts
12. How to Use Interrupts in PIC16F877A Microcontroller