WO1995010811A1 - Method and system for transferring data between processors - Google Patents

Method and system for transferring data between processors Download PDF

Info

Publication number
WO1995010811A1
WO1995010811A1 PCT/FI1994/000459 FI9400459W WO9510811A1 WO 1995010811 A1 WO1995010811 A1 WO 1995010811A1 FI 9400459 W FI9400459 W FI 9400459W WO 9510811 A1 WO9510811 A1 WO 9510811A1
Authority
WO
WIPO (PCT)
Prior art keywords
processors
interruption
processor
read
time domain
Prior art date
Application number
PCT/FI1994/000459
Other languages
English (en)
French (fr)
Inventor
Esko Rautanen
Original Assignee
Nokia Telecommunications Oy
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 Nokia Telecommunications Oy filed Critical Nokia Telecommunications Oy
Priority to DE4497671T priority Critical patent/DE4497671T1/de
Priority to AU78150/94A priority patent/AU7815094A/en
Priority to DE4497671A priority patent/DE4497671B4/de
Priority to GB9607540A priority patent/GB2298064B/en
Publication of WO1995010811A1 publication Critical patent/WO1995010811A1/en
Priority to SE9601346A priority patent/SE515581C2/sv

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/167Interprocessor communication using a common memory, e.g. mailbox

Definitions

  • the present invention relates to a method according to the preamble of the appended claim 1 for transferring data between at least two processors.
  • the invention also relates to a multiprocessor system according to the preamble of the appended claim 4, in which at least two processors communicate with each other via a common memory area.
  • processor refers in this context generally to any equipment operating according to an external or internal program.
  • processors communicate with each other by means of a common memory area such as a parallel register
  • at least one of the processors writes to said memory area and at least one processor reads from said memory area.
  • Writing and reading are usually carried out via different data buses, the load on the data bus of each processor being thus kept to the minimum.
  • the error situation described above can be avoided by synchronizing the operation of the processors so that simultaneous reading and writing are prevented.
  • synchronizing can be carried out by means of equipment.
  • this kind of solution complicates the implementation and thus entails additional costs.
  • different processors give the control signals used for reading and writing automatically, in which case synchronizing them by means of equipment may be impossible or may include its own malfunction risks.
  • the object of the present invention is to obviate the disadvantages described above and to provide a solution by means of which the transfer of erroneous data can be avoided in the simplest possible manner.
  • the idea of the invention is to use one or more interruption signals for the mutual timing of write and read operations, whereby (a) where one common interruption signal is used, the read and write operations performed by different processors are conducted by the program of each processor with respect to the common interruption moment so that no simultaneous reading and writing will occur, or (b) where several interruption signals are used, the mutual order in time domain of these signals is constantly kept the same, the interval between them being also kept within predetermined limits, whereby it is possible to perform the read and/or write operation of at least one but preferably every processor immediately after the interruption moment corresponding to the processor concerned. Since a simultaneous read operation performed by several processors will not, depending on the configuration, necessarily cause a malfunction, it can be allowed on certain conditions.
  • Figure 1 shows a multiprocessor system operating according to the first embodiment of the invention
  • Figure 2 shows the timing of read and write operations in the system shown in Figure 1
  • FIG. 3 shows the multiprocessor system shown in Figure 1, which operates in this case according to the second embodiment of the invention.
  • Figure 4 shows the timing of read and write operations in the system shown in Figure 3.
  • Figures 1 and 2 show by way of example the solution of the invention as applied to communication between a main controller (e.g. MC68302) and a digital signal processor (e.g. DSP16) included in an equipment unit of the applicant's DYNACARD® product family .
  • a main controller e.g. MC68302
  • a digital signal processor e.g. DSP16
  • a main controller 11 and a DSP circuit 12 communicate with each other via a parallel interface 13 of the DSP circuit.
  • the parallel interface of the DSP circuit comprises two internal registers.
  • the internal processing unit of the DSP circuit writes to one of these registers and reads the content of the other one.
  • the parallel bus PB of the main controller 11 is connected to the parallel interface 13 of the DSP circuit.
  • the main controller writes to the register which the internal processing unit of the DSP circuit reads from, and the main controller reads from the register which the internal processing unit of the DSP circuit writes to.
  • Both the main controller and the DSP circuit operate in synchronism with their respective clock signals (C K1 and CLK2, respectively).
  • the clock signals are not synchronized with each other.
  • the same interruption signal INTR producing an interruption at intervals of (in this example) 125 microseconds is applied to the interruption input INT_IN of both controllers ( Figure 2).
  • the main controller 11 is programmed to operate so that it writes to and reads from the parallel registers of the DSP circuit for a short time, e.g. less than 50 microseconds, from the interruption, that is to say well before the next interruption arrives.
  • the DSP circuit it is programmed to operate so that once having received an interruption, it performs different calculations and other operations for so long that the time of 125 microseconds almost comes to an end.
  • FIG. 3 and 4 corresponds thus otherwise to the embodiment in Figures 1 and 2 except that now a separate interruption signal is applied to both processors: an interruption signal INTR1 to the main controller 11 and an interruption signal INTR2 to the DSP circuit 12.
  • the interruption signal INTR1 causes the main controller to perform read and write operations
  • the interruption signal INTR2 causes the DSP circuit to perform its respective read and write operations.
  • the first embodiment described above is more difficult to implement, because it requires ensuring by means of software that the DSP circuit performs calculations and other operations for a sufficiently long time after an interruption, whereas with the latter alternative, a separate interruption signal INTR2 ensures that it is not possible for the DSP circuit to perform reading and writing too early (permitted only after the interruption moment), and thus it is possible to perform the read and write operations immediately after the interruption (it is not necessary to ensure by means of a program that a desired amount of time has elapsed).
  • the first embodiment described above is more preferable because it is not necessary to take into account the mutual timing of different interruption signals.
  • the alternatives described above can also be used as combined so that some of the processors have a common interruption signal while others have their respective interruption signals, which are synchronized with each other and with respect to the common interruption signal in the manner described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)
PCT/FI1994/000459 1993-10-13 1994-10-12 Method and system for transferring data between processors WO1995010811A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
DE4497671T DE4497671T1 (de) 1993-10-13 1994-10-12 Verfahren und System zur Übertragung von Daten zwischen Prozessoren
AU78150/94A AU7815094A (en) 1993-10-13 1994-10-12 Method and system for transferring data between processors
DE4497671A DE4497671B4 (de) 1993-10-13 1994-10-12 Verfahren und System zur Übertragung von Daten zwischen Prozessoren
GB9607540A GB2298064B (en) 1993-10-13 1994-10-12 Method and system for transferring data between processors
SE9601346A SE515581C2 (sv) 1993-10-13 1996-04-10 Förfarande och system för överföring av data mellan processorer

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FI934523 1993-10-13
FI934523A FI94190C (fi) 1993-10-13 1993-10-13 Menetelmä ja järjestelmä tiedon siirtämiseksi prosessorien välillä

Publications (1)

Publication Number Publication Date
WO1995010811A1 true WO1995010811A1 (en) 1995-04-20

Family

ID=8538771

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/FI1994/000459 WO1995010811A1 (en) 1993-10-13 1994-10-12 Method and system for transferring data between processors

Country Status (6)

Country Link
AU (1) AU7815094A (de)
DE (2) DE4497671B4 (de)
FI (1) FI94190C (de)
GB (1) GB2298064B (de)
SE (1) SE515581C2 (de)
WO (1) WO1995010811A1 (de)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4209839A (en) * 1978-06-16 1980-06-24 International Business Machines Corporation Shared synchronous memory multiprocessing arrangement
EP0368655A2 (de) * 1988-11-09 1990-05-16 Fujitsu Limited Übertragungssystem mit einem gemeinsamen Speicher
DE4129809A1 (de) * 1991-01-28 1992-07-30 Bosch Gmbh Robert Mehrrechnersystem

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4209839A (en) * 1978-06-16 1980-06-24 International Business Machines Corporation Shared synchronous memory multiprocessing arrangement
EP0368655A2 (de) * 1988-11-09 1990-05-16 Fujitsu Limited Übertragungssystem mit einem gemeinsamen Speicher
DE4129809A1 (de) * 1991-01-28 1992-07-30 Bosch Gmbh Robert Mehrrechnersystem

Also Published As

Publication number Publication date
SE9601346D0 (sv) 1996-04-10
AU7815094A (en) 1995-05-04
GB9607540D0 (en) 1996-06-26
SE9601346L (sv) 1996-04-10
DE4497671T1 (de) 1996-11-21
DE4497671B4 (de) 2004-02-05
GB2298064B (en) 1998-01-14
FI94190C (fi) 1995-07-25
FI934523A0 (fi) 1993-10-13
GB2298064A (en) 1996-08-21
SE515581C2 (sv) 2001-09-03
FI94190B (fi) 1995-04-13

Similar Documents

Publication Publication Date Title
US4716525A (en) Peripheral controller for coupling data buses having different protocol and transfer rates
US4999769A (en) System with plural clocks for bidirectional information exchange between DMA controller and I/O devices via DMA bus
EP0081961A2 (de) Synchrones Datenbussystem mit automatisch variabler Datengeschwindigkeit
EP0518488A1 (de) Busschnittstelle und Verarbeitungssystem
GB1462690A (en) Computer comprising three data processors
JPS63303454A (ja) バス拡張制御方式
US20100260176A1 (en) Communication module having a communication interface element and communication interface element
EP0379772B1 (de) Programmierbare Zeitsteuerung der Datenübertragung
US4779093A (en) Bus interface with programmable window for data transfer
JPH11507449A (ja) 非同期バスを同期回路に適応させるための方法及び装置
EP0197768A2 (de) Numerisches Steuerungssystem für elektronische Geräte
JPH0497472A (ja) 半導体集積回路装置
EP1314072B1 (de) Verfahren, vorrichtung und system fur allgemeines steuerungerweiterungsmoduls
JPH04350754A (ja) データチャンネルに対するインターフェースを含むワークステーションまたは類似のデータ処理システム
US3818459A (en) Auxiliary memory interface system
EP0336577A2 (de) Dynamische Burststeuerung für Datenübertragung
WO1996035996A1 (en) Master oriented buffer
US5996038A (en) Individually resettable bus expander bridge mechanism
US6504854B1 (en) Multiple frequency communications
WO2000034878A1 (en) Programmable pull-up for a universal serial bus interface
JPH0232656B2 (de)
WO1995010811A1 (en) Method and system for transferring data between processors
CA1252573A (en) Dual bus system
KR100266963B1 (ko) 전송되는 패킷을 오버래핑하여 인터페이스의 대기시간을 감소시키는 방법 및 장치
US6738830B2 (en) Universal controller expansion module system, method and apparatus

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU DE GB JP SE US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 96013461

Country of ref document: SE

WWP Wipo information: published in national office

Ref document number: 96013461

Country of ref document: SE

RET De translation (de og part 6b)

Ref document number: 4497671

Country of ref document: DE

Date of ref document: 19961121

WWE Wipo information: entry into national phase

Ref document number: 4497671

Country of ref document: DE

122 Ep: pct application non-entry in european phase
REG Reference to national code

Ref country code: DE

Ref legal event code: 8607