KR19990019843U - Interrupt generator - Google Patents

Interrupt generator Download PDF

Info

Publication number
KR19990019843U
KR19990019843U KR2019970033240U KR19970033240U KR19990019843U KR 19990019843 U KR19990019843 U KR 19990019843U KR 2019970033240 U KR2019970033240 U KR 2019970033240U KR 19970033240 U KR19970033240 U KR 19970033240U KR 19990019843 U KR19990019843 U KR 19990019843U
Authority
KR
South Korea
Prior art keywords
interrupt
priority
specific
request signal
unit
Prior art date
Application number
KR2019970033240U
Other languages
Korean (ko)
Inventor
유병배
Original Assignee
구본준
엘지반도체 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 구본준, 엘지반도체 주식회사 filed Critical 구본준
Priority to KR2019970033240U priority Critical patent/KR19990019843U/en
Publication of KR19990019843U publication Critical patent/KR19990019843U/en

Links

Abstract

본 고안은 우선권에 관계없이 특정 인터럽트를 처리하기 위한 인터럽트 발생 장치에 관한 것이다.The present invention relates to an interrupt generating device for processing a specific interrupt regardless of priority.

본 고안의 인터럽트 발생 장치는 인터럽트 인에이블과 인터럽트 요청신호 발생기로 구성되어 인터럽트 소스를 입력 받아 인터럽트 요청신호의 발생 및 인터럽트 발생 정보비트를 세팅하고 사용 유, 무를 선택하는 입력 제어 부, 상기 입력 제어 부 출력신호들의 우선 순위를 결정하고 그에따라 최종 인터럽트 신호를 발생하는 인터럽트 우선순위 결정부와, 상기 인터럽트 우선순위 결정부와 비교하여 유저가 지정한 특정 인터럽트를 우선적으로 처리하는 특정 장치 선택부를 포함하여 구성됨을 특징으로 한다.The interrupt generating apparatus of the present invention is composed of an interrupt enable signal and an interrupt request signal generator, and receives an interrupt source to set an interrupt request signal generation and an interrupt generation information bit, and selects whether to use or not, the input control unit. An interrupt priority determining unit for determining the priority of the output signals and generating a final interrupt signal accordingly, and a specific device selection unit which preferentially processes a specific interrupt specified by the user in comparison with the interrupt priority determining unit. It features.

Description

인터럽트 발생 장치Interrupt generator

본 고안은 인터럽트 발생 장치에 관한 것으로, 특히 우선권에 관계없이 특정 인터럽트를 발생하는 인터럽트 발생 장치에 관한 것이다.The present invention relates to an interrupt generating device, and more particularly to an interrupt generating device for generating a specific interrupt regardless of priority.

일반적으로 마이크로 컴퓨터는 연산데이타의 처리 및 제어기능을 담당하는 CPU(Central Processing Unit)로 마이크로 프로세서를 사용한다.In general, a microcomputer uses a microprocessor as a central processing unit (CPU) that is responsible for processing and controlling arithmetic data.

그리고, 데이터의 입, 출력을 수행하는 입출력장치와 프로그램 및 데이터를 저장하는 메모리 기능을 갖춘 컴퓨터이다.A computer having an input / output device for inputting and outputting data, and a memory function for storing programs and data.

따라서 단일칩 마이크로 컴퓨터 또는 MCU(Microprogram Control Unit)란 상기 마이크로 컴퓨터를 하나의 칩상에 집적한 컴퓨터를 의미한다.Therefore, a single chip microcomputer or microprogram control unit (MCU) means a computer in which the microcomputer is integrated on one chip.

종래의 인터럽트 발생 장치는 도 1에서와 같이, 다수 개의 인터럽트 소스(Source)를 입력 받는 입력 제어 부(11), 상기 입력 제어 부(11)의 출력 데이타를 입력 받아 인터럽트 신호를 최종적으로 발생하는 인터럽트 우선순위 결정부(14)와, MCU버스(15)로 구성된다.In the conventional interrupt generator, as shown in FIG. 1, an interrupt controller for finally generating an interrupt signal by receiving an input control unit 11 that receives a plurality of interrupt sources and output data of the input control unit 11. It consists of the priority determination part 14 and the MCU bus 15. As shown in FIG.

여기서, 상기 입력 제어 부(11)는 인터럽트 인에이블(Enable)(12)과 인터럽트 요청신호 발생기(13)로 구성된다.Here, the input control unit 11 is composed of an interrupt enable (Enable) 12 and the interrupt request signal generator 13.

이때, 상기 인터럽트 요청신호 발생기(13)는 상기 인터럽트 소스로 부터 신호가 입력되면 인터럽트 요청신호를 발생하여 상기 MCU버스(15)에 출력하고, 상기 인터럽트 소스에 해당하는 인터럽트 발생 정보비트를 세팅(Setting)한다.At this time, the interrupt request signal generator 13 generates an interrupt request signal when the signal is input from the interrupt source, outputs the interrupt request signal to the MCU bus 15, and sets an interrupt generation information bit corresponding to the interrupt source. )do.

한편, 상기 인터럽트 인에이블(12)은 상기 인터럽트 요청신호 발생기(13)에서 세팅된 인터럽트 발생 정보비트의 사용 유, 무를 선택한다.Meanwhile, the interrupt enable 12 selects whether or not to use the interrupt generation information bit set by the interrupt request signal generator 13.

여기서, 상기 인터럽트 요청이란, 어떠한 주변장치가 CPU 즉 MCU로 보내는 인터럽트 요청신호로서 상기 인터럽트 요청이 발생하면 상기 MCU는 인터럽트 순위에 따라 처리한 것인지 아니면 무시할 것인지를 결정한다.Here, the interrupt request is an interrupt request signal sent from a peripheral device to the CPU, that is, the MCU, and when the interrupt request is generated, the MCU determines whether to process or ignore the interrupt request.

또한 상기 인터럽트 우선순위 결정부(14)는 상기 입력 제어 부(11)에서 출력하는 다수 개의 출력신호들을 입력하여 우선 순위를 결정하고 우선순위가 높은 인터럽트 신호를 최종적으로 발생한다.In addition, the interrupt priority determining unit 14 determines a priority by inputting a plurality of output signals output from the input control unit 11 and finally generates an interrupt signal having a high priority.

상기 기술한 바와 같이 구성된 종래의 인터럽트 발생 장치의 동작 설명은 다음과 같다.The description of the operation of the conventional interrupt generating device constructed as described above is as follows.

종래의 인터럽트 발생 장치는 상기 하나의 인터럽트 요청 신호가 발생되면 해당하는 인터럽트 소스를 인터럽트 서비스 루틴으로 점프시키고, 상기 다수 개의 인터럽트 요청 신호가 발생되면 가장 빠른 인터럽트 소스를 상기 인터럽트 서비스 루틴으로 점프시킨다.The conventional interrupt generator jumps the corresponding interrupt source to the interrupt service routine when the one interrupt request signal is generated, and jumps the fastest interrupt source to the interrupt service routine when the plurality of interrupt request signals are generated.

즉 다수 개의 인터럽트 요청 신호가 발생된 경우, 상기 다수 개의 인터럽트 소스가 상기 인터럽트 요청신호 발생기(13)에 입력되어 인터럽트 발생 정보비트로 세팅된다.That is, when a plurality of interrupt request signals are generated, the plurality of interrupt sources are input to the interrupt request signal generator 13 to set the interrupt generation information bits.

또한, 상기 인터럽트 요청신호 발생기(13)는 동시에 상기 MCU버스(15)에 인터럽트 요청신호를 발생시킨다.In addition, the interrupt request signal generator 13 simultaneously generates an interrupt request signal to the MCU bus 15.

그래서 상기 MCU버스(15)를 통해 상기 인터럽트 인에이블(12)에 상기 각 인터럽트에 해당하는 인에이블 비트중에서 인터럽트를 사용하고자 하는 비트만 세팅시키면 상기 인터럽트 요청신호 발생기(13)는 인터럽트 발생 정보비트가 세트됨과 동시에 인터럽트를 발생하는 것이다.Thus, if only the bit to use the interrupt among the enable bits corresponding to the respective interrupts is set in the interrupt enable 12 through the MCU bus 15, the interrupt request signal generator 13 generates an interrupt generation information bit. As soon as it is set, it generates an interrupt.

상기 입력 제어 부(11)에서 출력하는 다수 개의 인터럽트 신호가 상기 인터럽트 우선순위 결정부(14)로 입력되면 상기 인터럽트 우선순위 결정부(14)는 상기 MCU버스(15)를 통해 MCU에 세트된 인터럽트 신호를 우선순위로 하여 최종 인터럽트를 발생한다.When a plurality of interrupt signals output from the input control unit 11 are input to the interrupt priority determining unit 14, the interrupt priority determining unit 14 interrupts the interrupts set in the MCU through the MCU bus 15. The signal is given priority to generate the final interrupt.

그러나 종래의 인터럽트 발생 장치는 다수 개의 인터럽트들을 프로그램적으로 우선 순위를 체크하여 일정한 시간을 두면서 처리하기 때문에, 상기 인터럽트들중에 특정 인터럽트를 상기 우선권에 관계없이 처리하지 못하며, 또한 체크하는 시간이 아닐 경우 상기 특정 인터럽트 처리가 어렵다는 문제점이 있었다.However, since a conventional interrupt generator processes a plurality of interrupts programmatically and checks the priority at a predetermined time, a specific interrupt among the interrupts cannot be processed regardless of the priority and is not the time to check. There was a problem that the specific interrupt processing is difficult.

본 고안은 상기의 문제점을 해결하기 위해 안출한 것으로 우선권에 관계없이 특정 인터럽트를 처리하는 인터럽트 발생 장치를 제공하는데 그 목적이 있다.The present invention has been made to solve the above problems, and an object of the present invention is to provide an interrupt generating device that processes a specific interrupt regardless of priority.

도 1은 종래의 인터럽트 발생 장치를 나타낸 회로 블록도1 is a circuit block diagram showing a conventional interrupt generating device

도 2는 본 고안의 실시예에 따른 인터럽트 발생 장치를 나타낸 회로 블록도2 is a circuit block diagram illustrating an interrupt generator according to an exemplary embodiment of the present invention.

도 3은 본 고안의 실시예에 따른 인터럽트 발생 장치의 특정 인터럽트 선택부를 나타낸 회로 블록도3 is a circuit block diagram illustrating a specific interrupt selector of an interrupt generator according to an embodiment of the present invention;

도 4는 본 고안의 실시예에 따른 인터럽트 발생 장치의 특정 인터럽트 선택부의 동작 방법을 나타낸 플로우챠트4 is a flowchart illustrating a method of operating a specific interrupt selector of an interrupt generator according to an embodiment of the present invention;

도면의 주요부분에 대한 부호의 설명Explanation of symbols for main parts of the drawings

31: 입력 제어 부 32: 인터럽트 인에이블31: input control unit 32: interrupt enable

33: 인터럽트 요청신호 발생기 34: 인터럽트 우선순위 결정부33: interrupt request signal generator 34: interrupt priority determiner

35: 특정 인터럽트 선택부 36: MCU버스35: specific interrupt selector 36: MCU bus

37: 체크부 38: 비교부37: check unit 38: comparison unit

본 고안의 인터럽트 발생 장치는 인터럽트 인에이블과 인터럽트 요청신호 발생기로 구성되어 인터럽트 소스를 입력 받아 인터럽트 요청신호의 발생 및 인터럽트 발생 정보비트를 세팅하고 사용 유, 무를 선택하는 입력 제어 부, 상기 입력 제어 부 출력신호들의 우선 순위를 결정하고 그에따라 최종 인터럽트 신호를 발생하는 인터럽트 우선순위 결정부와, 상기 인터럽트 우선순위 결정부와 비교하여 유저가 지정한 특정 인터럽트를 우선적으로 처리하는 특정 장치 선택부를 포함하여 구성됨을 특징으로 한다.The interrupt generating apparatus of the present invention is composed of an interrupt enable signal and an interrupt request signal generator, and receives an interrupt source to set an interrupt request signal generation and an interrupt generation information bit, and selects whether to use or not, the input control unit. An interrupt priority determining unit for determining the priority of the output signals and generating a final interrupt signal accordingly, and a specific device selection unit which preferentially processes a specific interrupt specified by the user in comparison with the interrupt priority determining unit. It features.

상기와 같은 본 고안에 따른 인터럽트 발생 장치의 바람직한 실시예를 첨부된 도면을 참조하여 상세히 설명하면 다음과 같다.When described in detail with reference to the accompanying drawings a preferred embodiment of the interrupt generating apparatus according to the present invention as follows.

도 2는 본 고안의 실시예에 따른 인터럽트 발생 장치를 나타낸 회로 블록도이고, 도 3은 본 고안의 실시예에 따른 인터럽트 발생 장치의 특정 인터럽트 선택부를 나타낸 회로 블록도이며, 도 4는 본 고안의 실시예에 따른 인터럽트 발생 장치의 특정 인터럽트 선택부의 동작 방법을 나타낸 플로우챠트이다.FIG. 2 is a circuit block diagram illustrating an interrupt generator according to an embodiment of the present invention, FIG. 3 is a circuit block diagram illustrating a specific interrupt selection unit of an interrupt generator according to an embodiment of the present invention, and FIG. It is a flowchart which shows the operation method of the specific interrupt selection part of the interrupt generation apparatus which concerns on an Example.

본 고안의 실시예에 따른 인터럽트 발생 장치는 도 2에서와 같이, 인터럽트 요청신호 발생기(33)를 포함하여 구성되며 다수 개의 인터럽트 소스를 입력 받는 입력 제어 부(31), 상기 입력 제어 부(31)의 출력 데이타를 입력 받아 인터럽트 신호를 최종적으로 발생하는 인터럽트 우선순위 결정부(34), 상기 인터럽트 요청신호 발생기(33)를 체크하여 상기 인터럽트 우선순위 결정부(34)의 우선권과 관계없이 특정 인터럽트를 우선적으로 처리하는 특정 인터럽트 선택부(35)와, MCU버스(36)로 구성된다.The interrupt generating apparatus according to the embodiment of the present invention is configured to include an interrupt request signal generator 33, as shown in Figure 2 and receives a plurality of interrupt sources input control unit 31, the input control unit 31 Checks the interrupt priority determiner 34 and the interrupt request signal generator 33 to finally generate an interrupt signal by receiving the output data of the output data and outputs a specific interrupt regardless of the priority of the interrupt priority determiner 34. It consists of a specific interrupt selection part 35 which processes preferentially, and the MCU bus 36. FIG.

여기서, 상기 입력 제어 부(31)는 인터럽트 인에이블(32)과 인터럽트 요청신호 발생기(33)로 구성된다.In this case, the input control unit 31 includes an interrupt enable 32 and an interrupt request signal generator 33.

이때, 상기 인터럽트 요청신호 발생기(33)는 상기 인터럽트 소스로 부터 신호가 입력되면 인터럽트 요청신호를 발생하여 상기 MCU버스(36)에 출력하고, 상기 인터럽트 소스에 해당하는 인터럽트 발생 정보비트를 세팅한다.At this time, the interrupt request signal generator 33 generates an interrupt request signal when the signal is input from the interrupt source, outputs the interrupt request signal to the MCU bus 36, and sets an interrupt generation information bit corresponding to the interrupt source.

한편, 상기 인터럽트 인에이블(32)은 상기 인터럽트 요청신호 발생기(33)에서 세팅된 인터럽트 발생 정보비트의 사용 유, 무를 선택한다.On the other hand, the interrupt enable 32 selects whether or not to use the interrupt generation information bits set by the interrupt request signal generator 33.

또한, 상기 인터럽트 우선순위 결정부(34)는 상기 입력 제어 부(31)에서 출력하는 다수 개의 출력신호들을 입력받아 우선 순위를 결정하고 우선순위가 높은 인터럽트 신호를 최종적으로 발생한다.In addition, the interrupt priority determining unit 34 receives a plurality of output signals output from the input control unit 31 to determine a priority and finally generates an interrupt signal having a high priority.

그리고, 상기 특정 인터럽트 선택부(35)는 도 3에서와 같이, 상기 인터럽트 요청신호 발생기(33)에서 유저(User)가 지정한 특정 인터럽트 유무를 체크하는 체크부(37), 상기 체크부(37)의 특정 인터럽트와 상기 인터럽트 우선순위 결정부(34)의 우선권을 비교하는 비교부(38)로 구성되어 상기 특정 인터럽트를 우선적으로 처리시킨다.In addition, as shown in FIG. 3, the specific interrupt selector 35 includes a check unit 37 and a check unit 37 that check whether a specific interrupt is designated by a user in the interrupt request signal generator 33. And a comparator 38 for comparing the priority of the interrupt priority determiner 34 with a particular interrupt.

상기 기술한 바와 같이 구성된 본 고안의 실시예에 따른 인터럽트 발생 장치의 동작 설명은 다음과 같다.The operation description of the interrupt generating apparatus according to the embodiment of the present invention configured as described above is as follows.

본 고안의 실시예에 따른 인터럽트 발생 장치는 상기 하나의 인터럽트 요청 신호가 발생되면 해당하는 인터럽트 소스를 인터럽트 서비스 루틴으로 점프시키고, 상기 다수 개의 인터럽트 요청 신호가 발생되면 가장 빠른 인터럽트 소스를 상기 인터럽트 서비스 루틴으로 점프시킨다.The interrupt generating apparatus according to the embodiment of the present invention jumps a corresponding interrupt source to an interrupt service routine when the one interrupt request signal is generated, and sends the fastest interrupt source to the interrupt service routine when the plurality of interrupt request signals are generated. Jump to

즉 다수 개의 인터럽트 요청 신호가 발생된 경우, 상기 다수 개의 인터럽트 소스가 상기 인터럽트 요청신호 발생기(33)에 입력되어 인터럽트 발생 정보비트로 세팅된다.That is, when a plurality of interrupt request signals are generated, the plurality of interrupt sources are input to the interrupt request signal generator 33 and set as interrupt generation information bits.

또한 상기 인터럽트 요청신호 발생기(33)는 동시에 상기 MCU버스(36)에 인터럽트 요청신호를 발생시킨다.The interrupt request signal generator 33 simultaneously generates an interrupt request signal to the MCU bus 36.

그래서 상기 MCU버스(36)를 통해 상기 인터럽트 인에이블(32)에 상기 각 인터럽트에 해당하는 인에이블 비트중에서 인터럽트를 사용하고자 하는 비트만 세팅시키면 상기 인터럽트 요청신호 발생기(33)는 인터럽트 발생 정보비트가 세트됨과 동시에 인터럽트를 발생하는 것이다.Thus, if only the bit to use the interrupt among the enable bits corresponding to the respective interrupts is set in the interrupt enable 32 through the MCU bus 36, the interrupt request signal generator 33 generates an interrupt generation information bit. As soon as it is set, it generates an interrupt.

상기 입력 제어 부(31)에서 출력하는 다수 개의 인터럽트 신호가 상기 인터럽트 우선순위 결정부(34)로 입력되면 상기 인터럽트 우선순위 결정부(34)는 상기 MCU버스(36)를 통해 MCU에 세트된 인터럽트 신호를 우선순위로 하여 최종 인터럽트를 발생한다.When a plurality of interrupt signals output from the input control unit 31 are input to the interrupt priority determining unit 34, the interrupt priority determining unit 34 interrupts the interrupts set in the MCU through the MCU bus 36. The signal is given priority to generate the final interrupt.

이때, 상기 특정 인터럽트 선택부(35)에 특정 인터럽트 요청이 있을 경우에는 상기 인터럽트 우선순위 결정부(34)의 우선권에 관계없이 상기 특정 인터럽트를 우선적으로 인터럽트 서비스 루틴으로 점프시킨다.At this time, when there is a specific interrupt request in the specific interrupt selector 35, the specific interrupt is preferentially jumped to an interrupt service routine regardless of the priority of the interrupt priority determiner 34.

한편, 상기 도 4에서와 같이, 본 고안의 실시예에 따른 인터럽트 발생 장치의 특정 인터럽트 선택부의 동작 방법은 다수 개의 인터럽트가 발생되면, 특정 인터럽트 선택부의 체크부에서 인터럽트 요청신호 발생기를 체크하여 유저가 지정한 특정 인터럽트가 있는 경우(101), 상기 특정 인터럽트부의 비교부에서 현재 인터럽트 우선순위 결정부의 우선권과 상기 특정 인터럽트를 비교하여(102) 값이 같을 경우(103)는 상기 특정 인터럽트가 가장 높은 우선권이므로 일반적인 인터럽트 서비스가 실행된다.On the other hand, as shown in FIG. 4, when a plurality of interrupts are generated in the operation method of the interrupt generating apparatus according to the embodiment of the present invention, the user checks the interrupt request signal generator in the check unit of the specific interrupt selecting unit. If there is a specific interrupt specified (101), the comparison unit of the specific interrupt unit compares the priority of the current interrupt priority determining unit with the specific interrupt (102) and the value is the same (103) because the specific interrupt is the highest priority. Normal interrupt service is executed.

또한, 상기 인터럽트 우선순위 결정부의 우선권과 특정 인터럽트를 비교하여 값이 다를 경우(104)는 우선적으로 상기 인터럽트 우선순위 결정부의 우선권 즉 최종 인터럽트와 관계없이 상기 특정 인터럽트 서비스가 실행된다.In addition, when the value is different by comparing the priority of the interrupt priority determiner with a specific interrupt (104), the specific interrupt service is executed regardless of the priority of the interrupt priority determiner, that is, the last interrupt.

본 고안의 인터럽트 발생 장치는 인터럽트 요청신호 발생기에서 유저가 지정한 특정 인터럽트의 유무를 체크하는 체크부와 상기 특정 인터럽트와 우선권을 비교하는 비교부로 구성된 특정 인터럽트 선택부를 포함하여 구성되므로, 유저가 지정한 특정 인터럽트를 인터럽트 우선순위 결정부의 우선권에 관계없이 인터럽트를 처리하는 효과가 있다.The interrupt generating apparatus of the present invention comprises a specific interrupt selection unit comprising a check unit for checking the presence or absence of a specific interrupt specified by the user in the interrupt request signal generator and a comparison unit for comparing the priority with the specific interrupt. Has the effect of handling interrupts regardless of the priority of the interrupt prioritization section.

Claims (2)

인터럽트 인에이블과 인터럽트 요청신호 발생기로 구성되어 인터럽트 소스를 입력 받아 인터럽트 요청신호의 발생 및 인터럽트 발생 정보비트를 세팅하고 사용 유, 무를 선택하는 입력 제어 부;An input control unit configured to include an interrupt enable signal and an interrupt request signal generator to set an interrupt request signal generation and an interrupt generation information bit, and select whether or not to use the interrupt source by receiving an interrupt source; 상기 입력 제어 부 출력신호들의 우선 순위를 결정하고 그에따라 최종 인터럽트 신호를 발생하는 인터럽트 우선순위 결정부;An interrupt priority determiner which determines a priority of the input control unit output signals and accordingly generates a final interrupt signal; 상기 인터럽트 우선순위 결정부와 비교하여 유저가 지정한 특정 인터럽트를 우선적으로 처리하는 특정 장치 선택부를 포함하여 구성됨을 특징으로 하는 인터럽트 발생 장치.And a specific device selection unit which preferentially processes a specific interrupt designated by a user as compared with the interrupt priority determining unit. 상기 제 1 항에 있어서,The method of claim 1, 상기 특정 장치 선택부는 상기 인터럽트 요청신호 발생기에서 유저가 지정한 특정 인터럽트 유무를 체크하는 체크부, 상기 체크부의 특정 인터럽트와 상기 인터럽트 우선순위 결정부의 우선권을 비교하는 비교부로 구성됨을 특징으로 하는 인터럽트 발생 장치.And the specific device selection unit comprises a check unit for checking whether or not a specific interrupt is designated by the user in the interrupt request signal generator, and a comparison unit comparing the specific interrupt of the check unit with the priority of the interrupt priority determiner.
KR2019970033240U 1997-11-21 1997-11-21 Interrupt generator KR19990019843U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR2019970033240U KR19990019843U (en) 1997-11-21 1997-11-21 Interrupt generator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR2019970033240U KR19990019843U (en) 1997-11-21 1997-11-21 Interrupt generator

Publications (1)

Publication Number Publication Date
KR19990019843U true KR19990019843U (en) 1999-06-15

Family

ID=69692366

Family Applications (1)

Application Number Title Priority Date Filing Date
KR2019970033240U KR19990019843U (en) 1997-11-21 1997-11-21 Interrupt generator

Country Status (1)

Country Link
KR (1) KR19990019843U (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100817047B1 (en) * 2004-02-27 2008-03-26 삼성전자주식회사 Interrupt controller

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100817047B1 (en) * 2004-02-27 2008-03-26 삼성전자주식회사 Interrupt controller

Similar Documents

Publication Publication Date Title
US6742065B1 (en) Interrupt controller and method of accessing interrupts
US5163152A (en) Interrupt control apparatus for a microprocessor providing real time priority processing of interrupt requests
KR930022198A (en) Data processing unit
EP2247992B1 (en) Clock switching circuits and methods
KR19990019843U (en) Interrupt generator
KR100209595B1 (en) Device and method of interrupt generation
US20030023799A1 (en) Interrupt processing apparatus
KR100304976B1 (en) Interrupt generator
JP2001344100A (en) Central processing unit equipped with plural flag registers
JP3145616B2 (en) Idle state detection apparatus and method
KR100240963B1 (en) Plc apparatus and control method
KR100230452B1 (en) Apparatus for selecting multi-channel inputs
KR960016407B1 (en) Interrupt generating circuit in mcu
JPS59123933A (en) Address comparison system
KR100284312B1 (en) Interrupt vector generator for 8x196 microcontroller
KR910002052B1 (en) Module extending device of plc
KR100267767B1 (en) Interrupt generator
KR19990001196A (en) Personal computer interrupt extension
KR19990066213A (en) Priority interrupt controller
JP2006236233A (en) Interrupt level selecting circuit
JP3023959B2 (en) Undefined instruction detection method
JPH06110819A (en) Data processor
KR19990048631A (en) Interrupt processing circuit
JPH06214717A (en) Computer
JPH064302A (en) Multiplex interruption controller

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination