WO2014206181A1 - Moniteur et appareil d'échange de données à mémoire multi-mcu pour celui-ci - Google Patents

Moniteur et appareil d'échange de données à mémoire multi-mcu pour celui-ci Download PDF

Info

Publication number
WO2014206181A1
WO2014206181A1 PCT/CN2014/079150 CN2014079150W WO2014206181A1 WO 2014206181 A1 WO2014206181 A1 WO 2014206181A1 CN 2014079150 W CN2014079150 W CN 2014079150W WO 2014206181 A1 WO2014206181 A1 WO 2014206181A1
Authority
WO
WIPO (PCT)
Prior art keywords
mcu
memory
mcus
spi
exchange device
Prior art date
Application number
PCT/CN2014/079150
Other languages
English (en)
Chinese (zh)
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 深圳市科曼医疗设备有限公司
Publication of WO2014206181A1 publication Critical patent/WO2014206181A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal

Definitions

  • the invention relates to the field of medical equipment, in particular to a monitor and a multi-MCU memory data exchange device thereof.
  • MCUs Micro Control Unit
  • Control Unit Micro Control Unit
  • one MCU handles tasks with low real-time requirements, such as data storage, user interaction, etc., and the other handles high-time work such as high-speed drawing and decoding.
  • a certain high-speed communication mechanism is inevitable between the two MCUs.
  • the usual practice is to share the same piece of memory, mutually exclusive access, and use the memory bus to achieve a higher data transfer rate.
  • the solution of using shared memory is generally to directly connect two or more MCUs and the same memory chip by using a memory bus, so that a large number of addresses and data buses are necessary to be directly connected through the memory bus, and the physical connection is complicated.
  • the board requirements are high.
  • the control is more complicated, and it takes a lot of system overhead to control, and the system efficiency is low.
  • a multi-MCU memory data exchange device includes at least two MCUs, an SPI bus and at least two memories, wherein the MCUs are connected to each other through the SPI bus, and the MCUs are independently connected to the memory;
  • the SPI bus is a direct memory access (Direct Memory In the SPI bus in the Access, DMA) mode, the memory connected to the MCU exchanges data with each other through the SPI bus in the DMA mode.
  • DMA Direct Memory In the SPI bus in the Access
  • the sizes of the memories are equal. In one of the embodiments, the memory is a separate memory area partitioned within the MCU.
  • the memory is a memory chip disposed outside the MCU and connected to the MCU.
  • the multi-MCU memory data exchange device further includes a power source connected to the MCU.
  • the SPI bus includes a clk data line, an nss data line, a mosi data line, and a miso data line, and the clk data line, the nss data line, and the mosi data line pass between the MCUs. Connected to the miso data line.
  • the multi-MCU memory data exchange device further includes at least two SPI/LVDS converters and an LVDS bus, and the MCU is connected to the SPI/LVDS converter through the SPI bus, each of two The SPI/LVDS converters are connected by the LVDS bus.
  • a monitor comprising a multi-MCU memory data exchange device as described above.
  • the above multiple MCU memory data exchange device The MCUs are independently connected to the memory, and the MCU is connected by a high-speed SPI bus.
  • the SPI bus is set to the DMA direct memory access mode, that is, a timing mechanism is used to automatically exchange the respective connections between the MCUs at a fixed clock frequency (for example, 100 milliseconds).
  • a fixed clock frequency for example, 100 milliseconds.
  • MCU Only need to press the fixed clock frequency to put the data that needs to be exchanged into the respective memory to achieve the purpose of high-speed communication, and the MCU is connected through the SPI bus, and the whole device is simply wired. Thanks to using SPI
  • the DMA mode does not require MCU intervention, which greatly reduces system overhead and improves system efficiency. Therefore, the above multi-MCU memory data exchange device is a device that is simple in implementation, high in system efficiency, and capable of satisfying high-speed communication.
  • FIG. 1 is a schematic structural diagram of a first embodiment of the multi-MCU memory data exchange device
  • FIG. 2 is a schematic structural diagram of a second embodiment of the multi-MCU memory data exchange device.
  • a multi-MCU memory data exchange device includes at least two MCUs 100, an SPI bus 200, and at least two memories 300.
  • the MCUs 100 are connected to each other through the SPI bus 200, and the MCUs 100 are independently connected.
  • the SPI bus 200 is an SPI bus in the DMA mode, and the memory 300 connected to the MCU 100 exchanges data with each other through the SPI bus in the DMA mode.
  • the SPI bus is a synchronous serial peripheral interface that allows the MCU to communicate with various peripheral devices in a serial manner to exchange information. Its hardware functions are very powerful, so the software related to SPI is quite simple, and the MCU can handle it. More other things. DMA direct memory access technology is an important feature of all modern computers, allowing hardware devices of different speeds to communicate without relying on the large interrupt load of the MCU.
  • the above multiple MCU memory data exchange device The MCUs are independently connected to the memory, and the MCU is connected by a high-speed SPI bus.
  • the SPI bus is set to the DMA direct memory access mode, that is, a timing mechanism is used to automatically exchange the respective connections between the MCUs at a fixed clock frequency (for example, 100 milliseconds).
  • a fixed clock frequency for example, 100 milliseconds.
  • MCU Only need to press the fixed clock frequency to put the data that needs to be exchanged into the respective memory to achieve the purpose of high-speed communication, and the MCU is connected through the SPI bus, and the whole device is simply wired. Thanks to using SPI
  • the DMA mode does not require MCU intervention, which greatly reduces system overhead and improves system efficiency. Therefore, the above multi-MCU memory data exchange device is a device that is simple in implementation, high in system efficiency, and capable of satisfying high-speed communication.
  • the sizes of the memories are equal.
  • the memory is a separate memory area partitioned within the MCU.
  • the memory is an independent memory area divided in the MCU, and the memory is directly disposed in the MCU, which simplifies the structure of the multi-MCU memory data exchange device, and improves the data exchange rate between the MCU and the memory. It is beneficial to increase the speed of data transmission by the multi-MCU memory data exchange device.
  • the memory is a memory chip disposed outside the MCU and connected to the MCU.
  • the memory is a memory chip that is external to the MCU.
  • the chip size can be changed according to the needs of actual use.
  • the maximum memory size is not limited by the performance of the MCU, and meets the actual use requirements in many different situations.
  • the multi-MCU memory data exchange device further includes a power supply 400 connected to the MCU 100.
  • a power supply 400 is used to power the devices of the multi-MCU memory data exchange device.
  • the SPI bus includes a clk data line, an nss data line, a mosi data line, and a miso data line, and the clk data line, the nss data line, and the mosi data line pass between the MCUs. Connected to the miso data line.
  • the clk data line, the nss data line, the mosi data line and the miso data line are the four data lines used by the SPI.
  • the basic functions of the SPI can be realized by using the above four data lines, so in the embodiment, the SPI bus includes clk.
  • the data line, nss data line, mosi data line, and miso data line can minimize the structure and reduce the implementation cost while ensuring the basic functions of the SPI.
  • the multi-MCU memory data exchange device further includes at least two SPI/LVDS converters 500 and an LVDS bus 600 through which the MCU 100 communicates with the SPI/ The LVDS converter 500 is connected, and each of the two SPI/LVDS converters 500 is connected through the LVDS bus 600.
  • the efficient communication distance of the SPI bus is only 50cm, when the two MCUs are far apart, multiple SPI bus connections are required.
  • at least two SPI/LVDS converters and an LVDS bus are provided.
  • two MCUs are first connected to the SPI/LVDS converter through the SPI bus, respectively.
  • the /LVDS converters are connected via an LVDS bus.
  • the SPI/LVDS converter and the LVDS bus can be multiple so that the MCUs can be connected over the SPI bus at greater distances.
  • the SPI/LVDS converter can be a converter of other signals and SPI, and the converter is connected by a bus of the signal.
  • a monitor comprising a multi-MCU memory data exchange device as described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bus Control (AREA)

Abstract

L'invention concerne un moniteur et un appareil d'échange de données à mémoire multi-MCU pour celui-ci, lesquels comprennent au moins deux MCU (100), un bus SPI (200), et au moins deux mémoires (300). Les MCU (100) sont connectées les unes aux autres via le bus SPI (200). Les MCU (100) sont respectivement et indépendamment connectées aux mémoires (300). Le bus SPI (200) est un bus SPI (200) en mode DMA, et les mémoires (300) connectées aux MCU (100) échangent des données les unes avec les autres via le bus SPI (200) en mode DMA. Le moniteur et l'appareil associé d'échange de données à mémoire multi-CMU échangent automatiquement des données dans les mémoires (300) respectivement connectées aux MCU (100) à une fréquence d'horloge fixe. Pour les MCU (100), les données qui doivent être échangées doivent simplement être placées dans les mémoires respectives (300) à une telle fréquence d'horloge fixe de manière à atteindre un objectif de communication à grande vitesse; en outre, les MCU sont connectés via le bus SPI (200). L'appareil possède un câblage simple dans son ensemble. Étant donné que l'on utilise un mode DMA SPI, l'intervention d'une MCU n'est pas requise, de sorte qu'une charge de travail du système est allégée et que l'efficacité du système est améliorée.
PCT/CN2014/079150 2013-06-28 2014-06-04 Moniteur et appareil d'échange de données à mémoire multi-mcu pour celui-ci WO2014206181A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310271914.7 2013-06-28
CN201310271914.7A CN103345455B (zh) 2013-06-28 2013-06-28 监护仪及其多mcu内存数据交换装置

Publications (1)

Publication Number Publication Date
WO2014206181A1 true WO2014206181A1 (fr) 2014-12-31

Family

ID=49280253

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/079150 WO2014206181A1 (fr) 2013-06-28 2014-06-04 Moniteur et appareil d'échange de données à mémoire multi-mcu pour celui-ci

Country Status (2)

Country Link
CN (1) CN103345455B (fr)
WO (1) WO2014206181A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103345455B (zh) * 2013-06-28 2016-03-30 深圳市科曼医疗设备有限公司 监护仪及其多mcu内存数据交换装置
CN112416832A (zh) * 2020-11-06 2021-02-26 光华临港工程应用技术研发(上海)有限公司 基于mips架构处理器的通信系统

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998004081A2 (fr) * 1996-07-23 1998-01-29 Michail Atanassov Janov Dispositif d'observation de l'audience televisee
KR20070063791A (ko) * 2005-12-15 2007-06-20 주식회사 만도 차량 전자제어시스템
CN201084214Y (zh) * 2007-07-19 2008-07-09 杭州海兴电器有限公司 键盘分体式多功能预付费电能表
KR20110020429A (ko) * 2009-08-24 2011-03-03 현대모비스 주식회사 정보교환을 통한 개별적인 이중 방식 이씨유 고장 판단방법
CN102087609A (zh) * 2011-02-23 2011-06-08 中国人民解放军国防科学技术大学 多处理器平台下的动态二进制翻译方法
US20110246678A1 (en) * 2010-03-30 2011-10-06 Hung-June Wu method for automatic mapping and updating of computer switching devices
CN102750240A (zh) * 2012-06-29 2012-10-24 惠州市德赛西威汽车电子有限公司 一种基于嵌入式mcu的信道扩展方法
KR20130009086A (ko) * 2011-07-14 2013-01-23 현대모비스 주식회사 진보된 와치독 장치 및 그 동작 방법
CN103345455A (zh) * 2013-06-28 2013-10-09 深圳市科曼医疗设备有限公司 监护仪及其多mcu内存数据交换装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567253A (zh) * 2010-12-13 2012-07-11 深圳市硅格半导体有限公司 基于dma的spi数据传输方法及装置
CN103051817B (zh) * 2011-10-14 2014-05-07 苏州鼎尚软件技术有限公司 用spi接口实现pcm信息交互的方法及语音终端设备
CN102495818A (zh) * 2011-12-09 2012-06-13 上海爱信诺航芯电子科技有限公司 一种提高软件方式spi通信速率的方法

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998004081A2 (fr) * 1996-07-23 1998-01-29 Michail Atanassov Janov Dispositif d'observation de l'audience televisee
KR20070063791A (ko) * 2005-12-15 2007-06-20 주식회사 만도 차량 전자제어시스템
CN201084214Y (zh) * 2007-07-19 2008-07-09 杭州海兴电器有限公司 键盘分体式多功能预付费电能表
KR20110020429A (ko) * 2009-08-24 2011-03-03 현대모비스 주식회사 정보교환을 통한 개별적인 이중 방식 이씨유 고장 판단방법
US20110246678A1 (en) * 2010-03-30 2011-10-06 Hung-June Wu method for automatic mapping and updating of computer switching devices
CN102087609A (zh) * 2011-02-23 2011-06-08 中国人民解放军国防科学技术大学 多处理器平台下的动态二进制翻译方法
KR20130009086A (ko) * 2011-07-14 2013-01-23 현대모비스 주식회사 진보된 와치독 장치 및 그 동작 방법
CN102750240A (zh) * 2012-06-29 2012-10-24 惠州市德赛西威汽车电子有限公司 一种基于嵌入式mcu的信道扩展方法
CN103345455A (zh) * 2013-06-28 2013-10-09 深圳市科曼医疗设备有限公司 监护仪及其多mcu内存数据交换装置

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SUN, CHUNFENG ET AL.: "Design of High-speed Image Acquisition System Based on LVDS Technology", INSTRUMENT TECHNIQUE AND SENSOR, no. 3, 15 March 2009 (2009-03-15), pages 47 - 51 *
WANG, LIANG ET AL.: "Design of Repeaters Based on Multi-master SPI for CAN Bus", AUTOMATION & INSTRUMENTATION, no. 3, 15 March 2009 (2009-03-15) *

Also Published As

Publication number Publication date
CN103345455A (zh) 2013-10-09
CN103345455B (zh) 2016-03-30

Similar Documents

Publication Publication Date Title
US20050138323A1 (en) Accumulator shadow register systems and methods
CN109828941A (zh) Axi2wb总线桥实现方法、装置、设备及存储介质
US20220276306A1 (en) Communication method and its system between interconnected die and dsp/fpga
WO2011124049A1 (fr) Dispositif de clé usb et procédé pour réaliser une communication de carte intelligente à l'aide d'une interface usb
JP2011065685A (ja) 開放形コアプロトコルを基盤とするバスシステム
US20080215774A1 (en) Wireless Universal Serial Bus Dual Role Device
JP2004508635A (ja) プロセッサ間通信システム
TW200604828A (en) Direct memory access (DMA) controller and bus structure in a master/slave system
CN104142907B (zh) 增强型处理器、处理方法和电子设备
CN109885526A (zh) 一种基于OpenVPX总线的信息处理平台
CN101969378B (zh) 基于交换机的可扩展dspeed-dsp_q6474信号处理板
CN205666855U (zh) 一种模块化智能物联网网关
CN101930422A (zh) 一种基于多层ahb总线的多核cpu互连结构
WO2014206181A1 (fr) Moniteur et appareil d'échange de données à mémoire multi-mcu pour celui-ci
TWI224260B (en) bus buffer the built-in logic circuit
CN107566301A (zh) 一种实现RapidIO交换机系统总线速度自动配置的方法及装置
CN106886298A (zh) 一种支持usb和ps2接口自适应四切一加固kvm交换器的装置
RU173335U1 (ru) Процессорный модуль (МВЕ8С-РС)
WO2018170805A1 (fr) Circuit et appareil d'interconnexion ethernet
CN202906949U (zh) 一种rs485双主机通讯透传模块
CN102447601B (zh) s-bus单总线通讯电路
TW200642210A (en) Scalable universal serial bus architecture
CN203025697U (zh) 一种单spi总线控制多can接口的电路
CN202406128U (zh) s-bus单总线通讯电路
CN203573314U (zh) 自带微处理器的智能接口模块及计算机控制系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14816965

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14816965

Country of ref document: EP

Kind code of ref document: A1