CN114064153A - Embedded dynamic module loading method and device based on multi-core processor - Google Patents

Embedded dynamic module loading method and device based on multi-core processor Download PDF

Info

Publication number
CN114064153A
CN114064153A CN202111423570.8A CN202111423570A CN114064153A CN 114064153 A CN114064153 A CN 114064153A CN 202111423570 A CN202111423570 A CN 202111423570A CN 114064153 A CN114064153 A CN 114064153A
Authority
CN
China
Prior art keywords
dynamic
core
module
command
loading
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202111423570.8A
Other languages
Chinese (zh)
Other versions
CN114064153B (en
Inventor
胡舒婷
舒红霞
尹涛
常轩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CSIC (WUHAN) LINCOM ELECTRONICS CO LTD
Original Assignee
CSIC (WUHAN) LINCOM ELECTRONICS CO LTD
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 CSIC (WUHAN) LINCOM ELECTRONICS CO LTD filed Critical CSIC (WUHAN) LINCOM ELECTRONICS CO LTD
Priority to CN202111423570.8A priority Critical patent/CN114064153B/en
Publication of CN114064153A publication Critical patent/CN114064153A/en
Application granted granted Critical
Publication of CN114064153B publication Critical patent/CN114064153B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Abstract

The invention discloses an embedded dynamic module loading method and device based on a multi-core processor, wherein the device comprises a dynamic loading component and a dynamic loading management component; a communication agent module deployed on a main processing core of the multi-core processor receives dynamic module loading, refreshing and unloading commands issued by a dynamic loading component of a host machine, and the input monitoring agent module forwards the commands to a target processing core in an inter-core communication mode; the dynamic loading management module arranged on the target processing core executes the command, sends back the command execution result to the main processing core output monitoring agent module in an inter-core communication mode, and sends back the command execution result to the dynamic loading component by the communication agent module. The invention adopts the mode of inter-core communication to realize a dynamic loading mechanism on all processing cores of the multi-core processor, can give full play to the processing capability of the multi-core processor, enhances the flexibility, fault tolerance and expansibility of embedded application software, and improves the software development efficiency.

Description

Embedded dynamic module loading method and device based on multi-core processor
Technical Field
The invention relates to a dynamic module loading method, in particular to an embedded dynamic module loading method and device based on a multi-core processor, and belongs to the technical field of embedded system development.
Background
In a traditional development mode of an embedded system, tasks from simple bare computer programs to complex tasks of binding an operating system and an application module are to compile and link programs into a binary file, and then load or burn the binary file onto a target computer to run debugging. The traditional embedded system development mode lacks flexibility, fault tolerance and expansibility, so that the problems of too much software development repetitive work, low software development efficiency and the like are caused.
Flexibility, fault tolerance and expansibility are of great significance to the development of embedded software, and the dynamic loading mechanism can enable an embedded operating system to have the three characteristics at the same time. The dynamic loading mechanism can realize the separation of the operating system and the application module, so that the operating system has the functions of the linker and the loader, the application module can be dynamically loaded into the system through communication links such as a network, a serial port and the like, the dynamic linking and configuration of all data and functions are realized in the operating system, and the dynamic maintenance and expansion of the system functions are realized.
However, for the application of the embedded multi-core processor operating in the AMP mode, if other processing cores on the processor except the host cannot communicate with the host, the dynamic module can only be completely loaded on the host, which results in an excessive load on the host, and the multi-core processor cannot fully exert its multi-core multiprocessing capability.
Disclosure of Invention
The invention aims to provide an embedded dynamic module loading method and device based on a multi-core processor to solve the problem.
The invention realizes the purpose through the following technical scheme: a dynamic module loading device based on a multi-core processor comprises
The dynamic loading assembly comprises a graphical interface plug-in, a dynamic loading plug-in and a communication management plug-in;
the dynamic loading management component comprises a communication agent module, an input monitoring agent module, an output monitoring agent module and a dynamic loading management module.
The dynamic module loading device based on the multi-core processor adopts a C/S (client/server) architecture, a remote general-purpose computer is used as a host machine, and a dynamic loading component is deployed; the multi-core processor serves as a target machine, runs an AMP mode, and is provided with a dynamic loading management component.
The communication agent module, the input monitoring agent module and the output monitoring agent module are deployed on a main processing core of the multi-core processor, and the dynamic loading management module is deployed on all processing cores of the multi-core processor.
The main processing core of the multi-core processor can communicate with a host machine through communication links such as Ethernet or serial ports, and an inter-core communication controller is arranged between the main processing core and other processing cores; other processing cores of the multi-core processor cannot communicate with the host.
An embedded dynamic module loading method based on a multi-core processor comprises
S1: selecting a command to be executed by the dynamic module through the graphical interface plug-in, and triggering the command;
s2: the dynamic loading plug-in packages the command according to a dynamic loading protocol format;
s3: the communication management plug-in sends a command to the main core;
s4: the communication agent module receives a command issued by the host machine component and sends the command to the input monitoring agent module;
s5: the input monitoring agent module analyzes the command, takes the command as a message text, and forwards the command to a target processing core according to the format of the inter-core communication protocol;
s6: a dynamic loading management module of a target processing core receives and executes a command;
s7: the dynamic loading management module of the target processing core takes the command execution result as a message text and forwards the message text to the output monitoring module according to the inter-core communication protocol format;
s8: the output monitoring module receives the command execution result, encapsulates the command execution result according to the dynamic loading protocol format and sends the command execution result to the communication agent module;
s9: the communication agent module sends the command execution result to the communication management plug-in;
s10: the communication management plug-in receives the command execution result;
s11: the dynamic loading plug-in stores the command execution result in a local data container and pushes the command execution result to the graphical interface plug-in;
s12: the graphical interface plug-in displays the command execution results.
As a still further scheme of the invention: in S1, the command includes three types, namely dynamic loading, dynamic refreshing and dynamic unloading.
The dynamic loading refers to downloading a binary file of a dynamic module into a memory of the multi-core processor, repositioning a symbol of the dynamic module, dynamically linking the dynamic module, and loading the dynamic module into a system for operation;
the dynamic refreshing refers to traversing a dynamic module linked list, searching and updating information such as the name, ID, running state, running core number and the like of the currently running dynamic module to the dynamic loading component;
dynamic offload refers to removing dynamic modules from the multicore processor memory and reclaiming the memory allocated to the dynamic modules.
As a still further scheme of the invention: the dynamic loading linked list is a linked list maintained by the dynamic loading management module in the executing process of the dynamic loading command and the dynamic unloading command and is used for recording the name, the ID, the running state and the running core number of the dynamic module.
As a still further scheme of the invention: in S2 and S8, the dynamic load protocol format includes information such as command type, data length, source processor number, source processing core number, target processor number, target processing core number, command execution result, and the like.
As a still further scheme of the invention: in S5 and S7, the communication among the input snoop agent module, the output snoop agent module, and the dynamic load management module is an inter-core communication mode based on a message queue, and when inter-core communication is performed, the main processing core sends an inter-core message queue containing a command to the dynamic load management module on the target processing core through the input snoop agent module; the target processing core receives the inter-core message queue, processes the command and then sends the inter-core message queue containing the command execution result to the output monitoring agent module on the main processing core.
During the initialization process of the dynamic loading management module, an inter-core message queue needs to be initialized, and a message queue ID handle is set according to a processing core number.
As a still further scheme of the invention: in S5 and S7, the format of the inter-core communication protocol includes message length, message priority, message queue ID, target processing core number, source processing core number, and message body.
The invention has the beneficial effects that: the method comprises the steps that a communication agent module, an input monitoring agent module and an output monitoring agent module are deployed on a main processing core of a multi-core processor, and loading, refreshing and unloading commands of a dynamic module issued by a host machine dynamic loading component are forwarded to a target processing core in an inter-core communication mode, so that a dynamic loading management module deployed on the target processing core executes corresponding commands, a dynamic loading mechanism is realized on all processing cores of the multi-core processor, the processing capacity of the multi-core processor can be fully exerted, the flexibility, fault tolerance and expansibility of embedded application software are enhanced, and the software development efficiency is improved.
Drawings
FIG. 1 is a schematic view of the frame structure of the apparatus of the present invention;
FIG. 2 is a flow chart illustrating the implementation of the method of the present invention;
FIG. 3 is a diagram illustrating a dynamic loading protocol format according to the present invention;
FIG. 4 is a diagram illustrating an inter-core communication protocol format according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1, a dynamic module loading apparatus based on a multi-core processor includes
The dynamic loading assembly comprises a graphical interface plug-in, a dynamic loading plug-in and a communication management plug-in;
the dynamic loading management component comprises a communication agent module, an input monitoring agent module, an output monitoring agent module and a dynamic loading management module.
The dynamic module loading device based on the multi-core processor adopts a C/S (client/server) architecture, a remote general-purpose computer is used as a host machine, and a dynamic loading component is deployed; the multi-core processor serves as a target machine, runs an AMP mode, and is provided with a dynamic loading management component.
The communication agent module, the input monitoring agent module and the output monitoring agent module are deployed on a main processing core of the multi-core processor, and the dynamic loading management module is deployed on all processing cores of the multi-core processor.
The main processing core of the multi-core processor can communicate with a host machine through communication links such as Ethernet or serial ports, and an inter-core communication controller is arranged between the main processing core and other processing cores; other processing cores of the multi-core processor cannot communicate with the host.
Example two
Referring to fig. 2 to 4, an embedded dynamic module loading method based on a multi-core processor includes 8 processing cores, and the 8 processing cores all operate in an AMP mode. Wherein, only the processing core No. 0 supports the communication with the host machine by the mode of Ethernet, other processing cores can not communicate with the host machine, and the processing core No. 0 and other processing cores have inter-core communication controllers, therefore the processing core No. 0 is selected as the main processing core, and the dynamic module loading method comprises the following steps:
s1, selecting a command to be executed by the dynamic module through the graphical interface plug-in, and triggering the command;
s2, the dynamic loading plug-in packages the command according to the dynamic loading protocol format;
s3, the communication management plug-in sends a command to the main core;
s4, the communication agent module receives the command issued by the host machine component and sends the command to the input monitoring agent module;
s5, inputting the command analyzed by the monitoring agent module, using the command as the message text, and forwarding the command to the target processing core according to the format of the inter-core communication protocol;
s6, the dynamic loading management module of the target processing core receives and executes the command;
s7, the dynamic loading management module of the target processing core takes the command execution result as the message text and forwards the message text to the output monitoring module according to the inter-core communication protocol format;
s8, the output monitoring module receives the command execution result, packages the command execution result according to the dynamic loading protocol format, and sends the command execution result to the communication agent module;
s9, the communication agent module sends the command execution result to the communication management plug-in;
s10, the communication management plug-in receives the command execution result;
s11, the dynamic loading plug-in stores the command execution result in the local data container and pushes the command execution result to the graphical interface plug-in;
s12, the graphic interface plug-in displays the command execution result.
In the embodiment of the present invention, in S1, the command includes three types, namely dynamic loading, dynamic refreshing, and dynamic unloading.
The dynamic loading refers to downloading a binary file of a dynamic module into a memory of the multi-core processor, repositioning a symbol of the dynamic module, dynamically linking the dynamic module, and loading the dynamic module into a system for operation;
the dynamic refreshing refers to traversing a dynamic module linked list, searching and updating information such as the name, ID, running state, running core number and the like of the currently running dynamic module to the dynamic loading component;
dynamic offload refers to removing dynamic modules from the multicore processor memory and reclaiming the memory allocated to the dynamic modules.
In the embodiment of the present invention, the dynamic loading linked list is a linked list maintained by the dynamic loading management module during the execution process of the dynamic loading command and the dynamic unloading command, and is used for recording the name, the ID, the running state and the running core number of the dynamic module.
In the embodiments of the present invention, in S2 and S8, the dynamic load protocol format includes information such as a command type, a data length, a source processor number, a source processing core number, a target processor number, a target processing core number, a command execution result, and the like.
In the embodiments of the present invention, in S5 and S7, the communication among the input snoop agent module, the output snoop agent module, and the dynamic load management module is an inter-core communication mode based on a message queue, and when performing inter-core communication, the main processing core sends an inter-core message queue containing a command to the dynamic load management module on the target processing core through the input snoop agent module; the target processing core receives the inter-core message queue, processes the command and then sends the inter-core message queue containing the command execution result to the output monitoring agent module on the main processing core.
During the initialization process of the dynamic loading management module, an inter-core message queue needs to be initialized, and a message queue ID handle is set according to a processing core number.
In the embodiment of the present invention, in S5 and S7, the format of the inter-core communication protocol includes a message length, a message priority, a message queue ID, a target processing core number, a source processing core number, and a message body.
The working principle is as follows: a communication agent module deployed on a main processing core of the multi-core processor receives dynamic module loading, refreshing and unloading commands issued by a dynamic loading component of a host machine, and the input monitoring agent module forwards the commands to a target processing core in an inter-core communication mode; the dynamic loading management module arranged on the target processing core executes the command, sends back the command execution result to the main processing core output monitoring agent module in an inter-core communication mode, and sends back the command execution result to the dynamic loading component by the communication agent module. The invention adopts the mode of inter-core communication to realize a dynamic loading mechanism on all processing cores of the multi-core processor, can give full play to the processing capability of the multi-core processor, enhances the flexibility, fault tolerance and expansibility of embedded application software, and improves the software development efficiency.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.
Furthermore, it should be understood that although the present description refers to embodiments, not every embodiment may contain only a single embodiment, and such description is for clarity only, and those skilled in the art should integrate the description, and the embodiments may be combined as appropriate to form other embodiments understood by those skilled in the art.

Claims (7)

1. The utility model provides a developments module loading device based on multicore processor which characterized in that: comprises that
The dynamic loading assembly comprises a graphical interface plug-in, a dynamic loading plug-in and a communication management plug-in;
the dynamic loading management component comprises a communication agent module, an input monitoring agent module, an output monitoring agent module and a dynamic loading management module;
the dynamic module loading device based on the multi-core processor adopts a C/S (client/server) architecture, a remote general-purpose computer is used as a host machine, and a dynamic loading component is deployed; the multi-core processor is used as a target machine, runs an AMP mode and is provided with a dynamic loading management component;
the system comprises a communication agent module, an input monitoring agent module and an output monitoring agent module, wherein the communication agent module, the input monitoring agent module and the output monitoring agent module are deployed on a main processing core of a multi-core processor, and a dynamic loading management module is deployed on all processing cores of the multi-core processor;
the system comprises a host machine, a main processing core and other processing cores, wherein the main processing core of the multi-core processor is communicated with the host machine through a communication link, and an inter-core communication controller is arranged between the main processing core and the other processing cores; other processing cores of the multi-core processor cannot communicate with the host.
2. The embedded dynamic module loading method based on the multi-core processor, according to claim 1, characterized in that: the dynamic module loading method comprises
S1, selecting a command to be executed by the dynamic module through the graphical interface plug-in, and triggering the command;
s2, the dynamic loading plug-in packages the command according to the dynamic loading protocol format;
s3 the communication management plug-in sends command to the main core;
s4, the communication agent module receives the command sent by the host machine component and sends the command to the input monitoring agent module;
s5 inputting the command analyzed by the monitoring agent module, using the command as message text, and forwarding the command to the target processing core according to the format of the inter-core communication protocol;
s6 the dynamic loading management module of the target processing core receives and executes the command;
s7, the dynamic loading management module of the target processing core takes the command execution result as the message text and forwards the message text to the output monitoring module according to the inter-core communication protocol format;
s8, the output monitoring module receives the command execution result, packages the command execution result according to the dynamic loading protocol format, and sends the command execution result to the communication agent module;
s9, the communication agent module sends the command execution result to the communication management plug-in;
s10 the communication management plug-in receives the command execution result;
s11, the dynamic loading plug-in stores the command execution result in the local data container and pushes the command execution result to the graphical interface plug-in;
s12 the graphical interface plug-in displays the command execution result.
3. The embedded dynamic module loading method based on the multi-core processor, according to claim 2, characterized in that: in S1, the command includes three types, namely dynamic loading, dynamic refreshing and dynamic unloading;
the dynamic loading refers to downloading a binary file of a dynamic module into a memory of the multi-core processor, repositioning a symbol of the dynamic module, dynamically linking the dynamic module, and loading the dynamic module into a system for operation;
the dynamic refreshing refers to traversing a dynamic module linked list, searching and updating the name, ID, running state and running core number information of the currently running dynamic module to the dynamic loading component;
dynamic offload refers to removing dynamic modules from the multicore processor memory and reclaiming the memory allocated to the dynamic modules.
4. The embedded dynamic module loading method based on the multi-core processor, according to claim 3, characterized in that: the dynamic loading linked list is a linked list maintained by the dynamic loading management module in the executing process of the dynamic loading command and the dynamic unloading command and is used for recording the name, the ID, the running state and the running core number of the dynamic module.
5. The embedded dynamic module loading method based on the multi-core processor, according to claim 2, characterized in that: in the S2 and S8, the dynamic loading protocol format includes a command type, a data length, a source processor number, a source processing core number, a target processor number, a target processing core number, a command, and a command execution result.
6. The embedded dynamic module loading method based on the multi-core processor, according to claim 2, characterized in that: in S5 and S7, the communication among the input snoop agent module, the output snoop agent module, and the dynamic load management module is an inter-core communication mode based on a message queue, and when inter-core communication is performed, the main processing core sends an inter-core message queue containing a command to the dynamic load management module on the target processing core through the input snoop agent module; the target processing core receives the inter-core message queue, processes the command and then sends the inter-core message queue containing the command execution result to an output monitoring agent module on the main processing core;
during the initialization process of the dynamic loading management module, an inter-core message queue needs to be initialized, and a message queue ID handle is set according to a processing core number.
7. The embedded dynamic module loading method based on the multi-core processor, according to claim 2, characterized in that: in S5 and S7, the format of the inter-core communication protocol includes message length, message priority, message queue ID, target processing core number, source processing core number, and message body.
CN202111423570.8A 2021-11-26 2021-11-26 Method and device for loading embedded dynamic module based on multi-core processor Active CN114064153B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111423570.8A CN114064153B (en) 2021-11-26 2021-11-26 Method and device for loading embedded dynamic module based on multi-core processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111423570.8A CN114064153B (en) 2021-11-26 2021-11-26 Method and device for loading embedded dynamic module based on multi-core processor

Publications (2)

Publication Number Publication Date
CN114064153A true CN114064153A (en) 2022-02-18
CN114064153B CN114064153B (en) 2024-04-05

Family

ID=80276865

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111423570.8A Active CN114064153B (en) 2021-11-26 2021-11-26 Method and device for loading embedded dynamic module based on multi-core processor

Country Status (1)

Country Link
CN (1) CN114064153B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116346953A (en) * 2023-03-02 2023-06-27 杭州又拍云科技有限公司 Acceleration method and device for real-time data transmission

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6986127B1 (en) * 2000-10-03 2006-01-10 Tensilica, Inc. Debugging apparatus and method for systems of configurable processors
CN101996087A (en) * 2010-12-02 2011-03-30 北京星河亮点通信软件有限责任公司 Dynamical loading system and method for multi-core processor array program
CN104536838A (en) * 2014-12-18 2015-04-22 中国电子科技集团公司第三十八研究所 Remote debugging method and system with asynchronous monitoring function
US20170168472A1 (en) * 2015-09-29 2017-06-15 Kabushiki Kaisha Toshiba Information processing apparatus or information communication terminal, and information processing method
CN107943744A (en) * 2017-10-25 2018-04-20 西南电子技术研究所(中国电子科技集团公司第十研究所) Synthesization communication system polycaryon processor reconfigurable architecture
CN109032938A (en) * 2018-07-17 2018-12-18 中国航空无线电电子研究所 Multi-core DSP program development adjustment method, documentation of program and loading method
KR20200119222A (en) * 2020-08-06 2020-10-19 넷마블 주식회사 Method and apparatus for executing an application based on dynamically loaded module
EP3822785A1 (en) * 2019-11-15 2021-05-19 Nvidia Corporation Techniques for modifying executable graphs to perform different workloads

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6986127B1 (en) * 2000-10-03 2006-01-10 Tensilica, Inc. Debugging apparatus and method for systems of configurable processors
CN101996087A (en) * 2010-12-02 2011-03-30 北京星河亮点通信软件有限责任公司 Dynamical loading system and method for multi-core processor array program
CN104536838A (en) * 2014-12-18 2015-04-22 中国电子科技集团公司第三十八研究所 Remote debugging method and system with asynchronous monitoring function
US20170168472A1 (en) * 2015-09-29 2017-06-15 Kabushiki Kaisha Toshiba Information processing apparatus or information communication terminal, and information processing method
CN107943744A (en) * 2017-10-25 2018-04-20 西南电子技术研究所(中国电子科技集团公司第十研究所) Synthesization communication system polycaryon processor reconfigurable architecture
CN109032938A (en) * 2018-07-17 2018-12-18 中国航空无线电电子研究所 Multi-core DSP program development adjustment method, documentation of program and loading method
EP3822785A1 (en) * 2019-11-15 2021-05-19 Nvidia Corporation Techniques for modifying executable graphs to perform different workloads
KR20200119222A (en) * 2020-08-06 2020-10-19 넷마블 주식회사 Method and apparatus for executing an application based on dynamically loaded module

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
蒋建春;汪同庆;: "一种异构多核处理器嵌入式实时操作系统构架设计", 计算机科学, no. 06, 15 June 2011 (2011-06-15) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116346953A (en) * 2023-03-02 2023-06-27 杭州又拍云科技有限公司 Acceleration method and device for real-time data transmission
CN116346953B (en) * 2023-03-02 2024-02-13 杭州又拍云科技有限公司 Acceleration method and device for real-time data transmission

Also Published As

Publication number Publication date
CN114064153B (en) 2024-04-05

Similar Documents

Publication Publication Date Title
US10452111B2 (en) Enhanced re-hosting capability for legacy hardware and software
CN114064152B (en) Embedded multi-core debugging system based on dynamic loading and debugging method thereof
WO2017177695A1 (en) Method and system for development and integration of application in numerical control system
CN110519138B (en) Profibus-DP master station protocol implementation method and system
EP0387871A2 (en) Extended memory address control system
CN111752581A (en) Distributed system upgrading method and device and computer system
CN113050940A (en) Method for previewing small program, related device and computer program product
CN114064153A (en) Embedded dynamic module loading method and device based on multi-core processor
CN111464447B (en) Method and device for synchronizing forwarding tables of ultra-bandwidth multi-core Ethernet switching chips
CN110658751B (en) Implementation method of EtherCAT field bus control system
CN115794313A (en) Virtual machine debugging method, system, electronic equipment and storage medium
EP4075759A1 (en) Processor, implementation method, electronic device, and storage medium
CN105487403A (en) Establishment of motion control system based on CAN and simulation modeling method
CN117032118A (en) Soft PLC system based on industrial Internet of things
CN111459510A (en) Cross-network operating system installation method and device, electronic equipment and medium
CN109062857A (en) A kind of new type of messages controller and its communication means that can be communicated between realization of High Speed multiprocessor
US11748108B2 (en) Instruction executing method and apparatus, electronic device, and computer-readable storage medium
CN115509531A (en) Micro front end implementation method, device, terminal and storage medium based on front end technology
CN111405022B (en) Flexible networking communication platform for heterogeneous equipment
CN109597611B (en) Front-end data flow control component development system, method, device and storage medium
CN113641577A (en) Debugging method and device for terminal product application program
JP2016110220A (en) Programmable logic controller and control method therefor
WO2022205173A1 (en) Method and apparatus for executing workflow task across control objects
US20060070042A1 (en) Automatic clocking in shared-memory co-simulation
CN110794731A (en) Embedded soft PLC control system supporting Ethernet

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant