KR100386601B1 - Apparatus for interrupt generation - Google Patents
Apparatus for interrupt generation Download PDFInfo
- Publication number
- KR100386601B1 KR100386601B1 KR10-1999-0040148A KR19990040148A KR100386601B1 KR 100386601 B1 KR100386601 B1 KR 100386601B1 KR 19990040148 A KR19990040148 A KR 19990040148A KR 100386601 B1 KR100386601 B1 KR 100386601B1
- Authority
- KR
- South Korea
- Prior art keywords
- interrupt
- digital signal
- timer
- signal processor
- generating
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4812—Task transfer initiation or dispatching by interrupt, e.g. masked
- G06F9/4825—Interrupt from clock, e.g. time of day
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
Abstract
본 발명은 인터럽트 발생 장치에 관한 것으로, 동일한 기준 클럭과 동일한 카운트 클럭을 입력받아 인터럽트 지시 신호를 발생시키도록 내장된 타이머를 이용하는 디지탈 시그널 프로세서와, 상기 인터럽트 지시 신호에 의해 인터럽트 신호를 발생시키는 인터럽트 핸들러와, 상기 인터럽트 핸들러로부터 출력되는 상기 인터럽트 신호에 의해 상기 디지탈 시그널 프로세서와 데이터를 처리하는 호스트를 포함하여 이루어짐을 특징으로 하고, 각각의 디지털 시그널 프로세서의 타이머를 이용하여 순서에 따른 인터럽트를 발생하므로 효율적인 시스템 공간을 확보할 수 있는 효과가 있다.The present invention relates to an interrupt generating apparatus, comprising: a digital signal processor using a built-in timer for generating an interrupt indication signal by receiving the same reference clock and the same count clock, and an interrupt handler for generating an interrupt signal by the interrupt indication signal. And a host processing the digital signal processor and data by the interrupt signal output from the interrupt handler, and generating an interrupt in sequence using a timer of each digital signal processor. There is an effect to free up system space.
Description
본 발명은 인터럽트(Interrupt)에 관한 것으로, 특히 디지탈 시그널 프로세서(Digital Signal Processor;DSP)의 내장 타이머(timer)를 이용한 인터럽트 발생 장치에 관한 것이다.The present invention relates to interrupts, and more particularly, to an interrupt generator using a built-in timer of a digital signal processor (DSP).
일반적으로 중앙 처리 장치(CPU)에게 어떠한 신호를 보내어 실행 중인 프로그램을 일시 중단하고 다른 프로그램을 끼워 넣어 실행하는 것을 말한다.In general, it means sending a signal to the CPU to suspend a running program and inserting another program to execute.
이러한 인터럽트 요인이 되는 조건이 발생했을 때 실행 중인 프로그램을 중단하여 강제적으로 특정한 주소로 제어를 옮기고, 준비되어 있는 인터럽트 처리 프로그램을 실행시키며, 그 처리가 끝나면 원래의 프로그램으로 되돌아가서 계속 실행시킨다.When a condition that causes such an interruption occurs, the program being executed is interrupted and the control is forcibly transferred to a specific address, the prepared interrupt processing program is executed, and when the processing is completed, the program returns to the original program and continues to run.
상기의 인터럽트 처리는 CPU(또는 호스트)가 입출력(I/O) 장치가 준비 상태인가를 점검하는 낭비되는 시간이 필요 없다는 것을 의미하며, 인터럽트 조작은 비동기적인 서비스를 필요로 하는 여러 개의 입출력(I/O) 장치가 CPU 에 연결되어 있을 때 아주 유용하다.The above interrupt processing means that the CPU (or host) does not need to waste time checking whether the input / output (I / O) device is in a ready state, and an interrupt operation requires several input / outputs (I) that require asynchronous service. / O) This is very useful when the device is connected to a CPU.
이와 같이 인터럽트는 프로그램 처리, 입출력 장치의 동시 동작 온라인 처리의 효율을 향상시킬 수 있다.In this way, interrupts can improve the efficiency of program processing and simultaneous operation online processing of input / output devices.
이러한 인터럽트를 발생시키기 위해 주로 상용 타이머등을 이용한다.To generate such an interrupt, a commercial timer is usually used.
이하 첨부도면을 참조하여 종래기술의 상용 타이머를 이용한 인터럽트 발생 장치에 대해 설명하면 다음과 같다.Hereinafter, an interrupt generating apparatus using a commercial timer of the related art will be described with reference to the accompanying drawings.
도 1 은 종래기술의 상용 타이머를 이용한 인터럽트 발생 장치를 나타낸 도면이다.1 is a view showing an interrupt generating device using a commercial timer of the prior art.
도 1 에 도시된 바와 같이, 종래기술의 인터럽트 발생 장치는 호스트(1)와, 상기 호스트(1)에 연결되어 데이터의 읽기 및 쓰기 동작을 수행하는 디지털 시그널 프로세서(2)와, 기준 클럭을 입력받는 타이머(3)와, 상기 타이머(3)의 틱(timer tick)을 입력받아 순차적으로 인터럽트를 발생시키는 인터럽트 핸들러(handler)(4)로 구성된다.As shown in FIG. 1, an interrupt generator according to the related art includes a host 1, a digital signal processor 2 connected to the host 1 to read and write data, and a reference clock. It is composed of a receiving timer (3) and an interrupt handler (4) for receiving a timer tick of the timer (3) and generating an interrupt in sequence.
상기와 같이 구성된 종래기술의 인터럽트 발생 장치는 인터페이스할 데이터가 음성 데이터(voice data)인 경우, 상기 디지털 시그널 프로세서(2)와 호스트(1)의 인터페이스는 실시간(real time)이 보장되어야 하는데, 이러한 실시간을 보장해 주기 위해서 일정 시간 동안 동일한 인터럽트를 발생하여야 한다.In the conventional interrupt generation apparatus configured as described above, when the data to be interfaced is voice data, the interface between the digital signal processor 2 and the host 1 should be guaranteed in real time. The same interrupt must be generated for a certain time to guarantee real time.
또한 기준 클럭(reference clock)을 사용하여 타이머(Timer)(3)를 구동하므로써 일정 시간 동안 인터럽트를 발생시킨다.In addition, by using a reference clock (Timer) (3) to drive the interrupt for a certain time.
상기의 타이머를 구동하는 방법에는 상용 타이머 칩을 사용하거나 FPGA (Field Programmable Gate Array) 로직을 이용하는 방법이 있다.There is a method of driving the timer using a commercial timer chip or a field programmable gate array (FPGA) logic.
이와 같이 종래기술에 있어서, 상기 디지털 시그널 프로세서(2)와 호스트(1)의 데이터가 음성 데이터인 경우 그 인터페이스는 디지털 시그널 프로세서(2)와 호스트(1)와 상용 타이머 칩이나 타이머 기능을 하는 FPGA 로직을 포함한다.As described above, in the prior art, when the data of the digital signal processor 2 and the host 1 is voice data, the interface is an FPGA that functions as a commercial timer chip or timer with the digital signal processor 2 and the host 1. Contains logic.
상기의 타이머 칩 또는 FPGA 로직을 사용하여 일정 시간마다 인터럽트를 발생시켜 호스트(1)에 알리면, 상기 호스트(1)는 이 시점부터 디지털 시그널 프로세서(2)에서의 데이터를 읽어오거나 쓰게 되며, 다음 인터럽트는 다음 데이터를 처리하게 되므로 다음 인터럽트 전까지 소프트웨어적인 동작을 끝내야 한다.When the timer chip or the FPGA logic is used to generate an interrupt every predetermined time to notify the host 1, the host 1 reads or writes data from the digital signal processor 2 from this point onward, and then interrupts. Will process the next data, so the software operation must be completed before the next interrupt.
전술한 바와 같이 발생된 인터럽트를 사용하여 실시간 데이터 인터페이스를 한다.The interrupt generated as described above is used for real-time data interface.
그러나 상기와 같은 종래기술의 인터럽트 발생 장치는 상용 타이머를 이용할 경우 시스템의 공간 여유가 부족하여 비효율적이며, FPGA 로직을 이용할 경우 이용되는 FPGA 로직의 갯수에 따른 비용 부담이 크다.However, the interrupt generator of the prior art is inefficient due to insufficient space of the system when using a commercial timer, and the cost burden is large depending on the number of FPGA logic used when using the FPGA logic.
본 발명은 상기의 문제점을 해결하기 위해 안출한 것으로, 특히 동일한 레퍼런스 클럭과 동일한 카운터 클럭을 입력받는 다수의 디지탈 시그널 프로세서의 내장 타이머를 이용하여 인터럽트를 발생하는데 적당한 인터럽트 발생 장치을 제공하는데 그 목적이 있다.The present invention has been made to solve the above problems, and an object of the present invention is to provide an interrupt generator suitable for generating an interrupt using a built-in timer of a plurality of digital signal processors receiving the same reference clock and the same counter clock. .
상기의 목적을 달성하기 위한 본 발명에 따른 인터럽트 발생 장치는 동일한 기준 클럭과 동일한 카운트 클럭을 입력받아 인터럽트 지시 신호를 발생시키도록 내장된 타이머를 이용하는 디지탈 시그널 프로세서와, 상기 인터럽트 지시 신호에 의해 인터럽트 신호를 발생시키는 인터럽트 핸들러와, 상기 인터럽트 핸들러로부터 출력되는 상기 인터럽트 신호에 의해 상기 디지탈 시그널 프로세서와 데이터를 처리하는 호스트를 포함하여 이루어짐을 특징으로 한다.An interrupt generating apparatus according to the present invention for achieving the above object is a digital signal processor using a built-in timer to generate an interrupt instruction signal by receiving the same reference clock and the same count clock, and an interrupt signal by the interrupt instruction signal And an interrupt handler for generating a digital signal processor and a host for processing data by the interrupt signal output from the interrupt handler.
도 1 은 종래기술의 상용 타이머(또는 FPGA)를 이용한 인터럽트 발생 장치를 나타낸 도면1 is a diagram illustrating an interrupt generator using a conventional commercial timer (or FPGA).
도 2 는 본 발명의 실시예에 따른 DSP의 타이머를 이용한 인터럽트 발생 장치를 나타낸 도면2 is a diagram illustrating an interrupt generator using a timer of a DSP according to an exemplary embodiment of the present invention.
도면의 주요 부분에 대한 부호의 설명Explanation of symbols for the main parts of the drawings
11 : 호스트 12 : 디지털 시그널 프로세서(DSP)11: Host 12: Digital Signal Processor (DSP)
13 : 인터럽트 핸들러13: interrupt handler
이하 본 발명의 실시예에 따른 인터럽트 발생 장치에 대하여 설명하면 다음과 같다.Hereinafter, an interrupt generating apparatus according to an embodiment of the present invention will be described.
도 2 는 본 발명의 실시예에 따른 인터럽트 발생 장치를 나타낸 도면이다.2 is a diagram illustrating an interrupt generator according to an exemplary embodiment of the present invention.
즉 본 발명의 실시예에 따른 인터럽트 발생 장치는 동일한 기준 클럭과 동일한 카운트 클럭을 입력받아 인터럽트 지시 신호를 발생시키도록 내장된 타이머를 이용하는 디지탈 시그널 프로세서(12)와, 상기 인터럽트 지시 신호에 의해 인터럽트 신호발생시키는 인터럽트 핸들러(13)와, 상기 인터럽트 핸들러로부터 출력되는 상기 인터럽트 신호에 의해 상기 디지탈 시그널 프로세서(12)와 데이터를 처리하는 호스트(11)로 구성된다.That is, the interrupt generating apparatus according to the embodiment of the present invention receives a digital signal processor 12 that uses a built-in timer to generate an interrupt instruction signal by receiving the same reference clock and the same count clock, and an interrupt signal by the interrupt instruction signal. An interrupt handler 13 to generate, and the digital signal processor 12 and the host 11 to process data by the interrupt signal output from the interrupt handler.
상기와 같이 구성된 본 발명의 실시예에 따른 인터럽트 발생 장치의 인터럽트 발생에 대해 자세히 설명하면 다음과 같다.The interrupt generation of the interrupt generating apparatus according to the embodiment of the present invention configured as described above will be described in detail as follows.
먼저 상기 디지탈 시그널 프로세서(12)와 호스트(11)의 인터페이스가 음성 데이터일 경우에 상기 디지탈 시그널 프로세서(12)의 내장 타이머를 이용하여 우선 순위에 따른 인터럽트 지시 신호를 발생한다.First, when the interface between the digital signal processor 12 and the host 11 is voice data, an interrupt instruction signal according to priority is generated using the built-in timer of the digital signal processor 12.
이러한 상기 디지탈 시그널 프로세서(12)를 다수개 구비하여 상기 디지탈 시그널 프로세서들(12)은 동일한 기준 클럭과 동일한 카운터 클럭을 공급받는다.A plurality of such digital signal processors 12 are provided so that the digital signal processors 12 are supplied with the same reference clock and the same counter clock.
이어 상기 각각의 디지탈 시그널 프로세서(12)에서 자신이 사용할 순서에 기준 클럭을 기준으로 각각의 타이머를 구동한다.Each digital signal processor 12 then drives each timer based on the reference clock in the order it is to be used.
이어 상기 타이머를 구동하므로써 상기 인터럽트 핸들러(13)에서는 순서에 따른 인터럽트 신호를 발생하고, 이러한 인터럽트 신호는 호스트(11)와 데이터를 순차적으로 처리하도록 한다.Subsequently, the interrupt handler 13 generates interrupt signals in sequence by driving the timer, and such interrupt signals sequentially process data with the host 11.
이처럼 다수개의 디지탈 시그널 프로세서(12)에 동일 기준 클럭과 동일 카운터 클럭을 디지탈 시그널 프로세서(12)의 일반 입출력 포트(I/O port)에 공급한다.In this way, the same reference clock and the same counter clock are supplied to the general signal input / output ports (I / O ports) of the digital signal processor 12 to the plurality of digital signal processors 12.
그리고 각각의 디지탈 시그널 프로세서(12)에서 우선 순위에 따라 기준 클럭을 기준으로 각각의 타이머 및 카운터를 구동하여 일반 입출력 포트를 사용하여 인터럽트 지시 신호를 발생시킨다.Each digital signal processor 12 drives timers and counters based on a reference clock in order of priority to generate an interrupt instruction signal using a general input / output port.
이 때 각각의 디지탈 시그널 프로세서(12)가 카운터할 개수는 채널의 용량마다 다르다.At this time, the number to be countered by each of the digital signal processors 12 is different for each channel capacity.
이와 같이 디지탈 시그널 프로세서(12)의 타이머를 사용하여 인터럽트 신호를 발생하는 방식은 그 데이터가 음성이기 때문에 1 채널당 20 ms 주기의 신호를 생성해야 하므로, 기준 클럭을 50Hz 로 하고 카운트 클럭은 8kHz를 사용한다.In this way, the interrupt signal is generated using the timer of the digital signal processor 12. Since the data is negative, a signal of 20 ms per channel must be generated. Therefore, the reference clock is 50 Hz and the count clock is 8 kHz. do.
일반적인 음성 채널은 1 보드당 16 채널이기 때문에 카운트 수를 식을 이용하여 설명하면, 20ms=0.125ms ×16×n 에서 n=10 이므로 8kHz를 10 번 카운트하여 하나의 인터럽트 신호를 발생시켜야, 20 ms 내의 동일시간 안에 16 개의 인터럽트신호를 사용할 수 있다.Since the general voice channel is 16 channels per board, the number of counts can be described by using the equation. Since 20ms = 0.125ms × 16 × n, n = 10, 8kHz must be counted 10 times to generate one interrupt signal. 16 interrupt signals can be used within the same time.
여기서 상기 0.125ms 는 카운트 클럭 8kHz에 대한 주기를 의미한다.Here, 0.125ms means a period for the count clock of 8kHz.
즉 송신단(Tx), 수신단(Rx) 16 개의 인터럽트 신호가 필요한데 처음 채널은 카운터 클럭을 10회 카운터한 후, 송신단 인터럽트 신호를 발생시키고 20 회 카운터하여 수신단 인터럽트 신호를 발생시킨다.That is, 16 interrupt signals are required at the transmitting end (Tx) and the receiving end (Rx). The first channel generates a counter interrupt signal after counting the counter clock 10 times, and generates a receiving end interrupt signal by counting 20 times.
만약 채널이 20개이고 기준 클럭이 동일하게 50Hz인 경우는 카운터 클럭을 5개 카운터한 후 순차적으로 인터럽트 신호를 발생시키면 된다.If there are 20 channels and the reference clock is the same at 50Hz, the counter clock is counted five times and then an interrupt signal is sequentially generated.
이어 인터럽트 발생의 결과로 인터럽트 핸들러(13)가 컨트롤을 갖게 되면, 상기 디지탈 시그널 프로세서(12)의 상태 레지스터 내용을 읽어서 인터럽트를 발생시켰는지 확인한다.Then, when the interrupt handler 13 has control as a result of the interrupt generation, it is checked whether the interrupt is generated by reading the contents of the status register of the digital signal processor 12.
만약 상기 디지탈 시그널 프로세서(12)의 타이머에 의해 인터럽트 지시 신호가 발생되면 상기 인터럽트 핸들러(13)는 인터럽트 신호를 처리하여 호스트(11)에 인터럽트를 라이트(write)한다.If the interrupt instruction signal is generated by the timer of the digital signal processor 12, the interrupt handler 13 processes the interrupt signal and writes an interrupt to the host 11.
이어 다시 인터럽트 하드웨어를 준비시키고, 일정 주소에 라이트한다.Then prepare the interrupt hardware again and write to a certain address.
전술한 본 발명에 따른 인터럽트 발생 장치는 인터럽트 신호를 발생시키기 위한 하드웨어를 별도로 구비할 필요없이 디지털 시그널 프로세서의 시스템 타이머 및 카운터를 이용하여 인터럽트를 발생시키므로, 시스템의 공간면이나 운용 비용면에서 더 효율적이다.The above-described interrupt generating apparatus according to the present invention generates an interrupt using a system timer and a counter of a digital signal processor without having to separately provide hardware for generating an interrupt signal, and thus is more efficient in terms of space and operating cost of the system. to be.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-1999-0040148A KR100386601B1 (en) | 1999-09-17 | 1999-09-17 | Apparatus for interrupt generation |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-1999-0040148A KR100386601B1 (en) | 1999-09-17 | 1999-09-17 | Apparatus for interrupt generation |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20010028082A KR20010028082A (en) | 2001-04-06 |
KR100386601B1 true KR100386601B1 (en) | 2003-06-02 |
Family
ID=19612067
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR10-1999-0040148A KR100386601B1 (en) | 1999-09-17 | 1999-09-17 | Apparatus for interrupt generation |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100386601B1 (en) |
-
1999
- 1999-09-17 KR KR10-1999-0040148A patent/KR100386601B1/en not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR20010028082A (en) | 2001-04-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6260162B1 (en) | Test mode programmable reset for a watchdog timer | |
KR19990044957A (en) | Methods and apparatus that affect the processing of subsequent instructions in a data processor | |
JPH01237864A (en) | Dma transfer controller | |
US5715435A (en) | Trace control circuit in emulation system | |
EP0942373B1 (en) | Adapter device with a local memory and method for processor emulation | |
US5297276A (en) | Method and apparatus for maintaining deterministic behavior in a first synchronous system which responds to inputs from nonsynchronous second system | |
KR100230451B1 (en) | Method of transceiving asynchronous serial data of digital signal processor | |
EP0942374A1 (en) | Method and device to simulate interruptions for the emulation of a processor | |
EP0185098A1 (en) | Control integrated circuit | |
KR100386601B1 (en) | Apparatus for interrupt generation | |
US6457124B1 (en) | Microcomputer having address diversion means for remapping an on-chip device to an external port | |
KR100458024B1 (en) | Data processing system with adjustable clocks for partitioned synchronous interfaces | |
JP2001216152A (en) | Logical integrated circuit and computer readable recording medium in which source of its cpu core is recorded | |
KR20060004829A (en) | Direct memory access device, system and method for transmitting and receiving data through direct memory access device | |
KR960038643A (en) | Dual Processor Interface Device | |
KR20050085358A (en) | Data processing system having a cartesian controller | |
KR100274084B1 (en) | Resetting board/system using reset switch | |
KR200295538Y1 (en) | multi- interrupt mode supporting circuit of mobile communication system | |
JPH11338712A (en) | Interruption sequence saving circuit | |
JPH02127787A (en) | External ready circuit | |
SU881676A1 (en) | Programme-control device | |
JPH023822A (en) | Data processor | |
JPS60222951A (en) | Data transfer system | |
JPS63182750A (en) | Device for supporting development of microcomputer | |
JPS61136115A (en) | Basic clock generating circuit of microcomputer system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
N231 | Notification of change of applicant | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
LAPS | Lapse due to unpaid annual fee |