CN114064153B - Method and device for loading embedded dynamic module based on multi-core processor - Google Patents

Method and device for loading embedded dynamic module based on multi-core processor Download PDF

Info

Publication number
CN114064153B
CN114064153B CN202111423570.8A CN202111423570A CN114064153B CN 114064153 B CN114064153 B CN 114064153B CN 202111423570 A CN202111423570 A CN 202111423570A CN 114064153 B CN114064153 B CN 114064153B
Authority
CN
China
Prior art keywords
dynamic
module
core
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.)
Active
Application number
CN202111423570.8A
Other languages
Chinese (zh)
Other versions
CN114064153A (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

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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

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 proxy module deployed on a main processing core of the multi-core processor receives dynamic module loading, refreshing and unloading commands issued by a host dynamic loading component, and an input monitoring proxy module forwards the commands to a target processing core in an inter-core communication mode; the dynamic loading management module deployed on the target processing core executes the command, returns the command execution result to the main processing core output monitoring agent module in an inter-core communication mode, and returns the command execution result to the dynamic loading component by the communication agent module. The invention adopts the inter-core communication mode to realize a dynamic loading mechanism on all processing cores of the multi-core processor, can fully play 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

Method and device for loading embedded dynamic module 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
The traditional embedded system development mode is relatively simple, but has the defects that when other applications need to be newly added or the started applications need to be corrected, developers need to recompile and link all source codes and then download the source codes to the target machine. The traditional embedded system development mode lacks flexibility, fault tolerance and expansibility, so that the problems of excessive software development repeatability, low software development efficiency and the like are caused.
The flexibility, fault tolerance and expansibility have extremely important significance for the development of embedded software, and the dynamic loading mechanism can enable the 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 a linker and a loader, the application module can be dynamically loaded into the system through communication links such as a network, a serial port and the like, and the dynamic linking and configuration of all data and functions are realized in the operating system, thereby achieving the dynamic maintenance and expansion of the system functions.
However, for an embedded multi-core processor application running in AMP mode, if other processing cores on the processor, except the main core, cannot communicate with the host, then the dynamic modules can only be loaded onto the main core entirely, which will cause the main core to be overloaded, so that the multi-core processor cannot fully exploit 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.
The invention realizes the above 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 proxy module, an input monitoring proxy module, an output monitoring proxy module and a dynamic loading management module.
The dynamic module loading device based on the multi-core processor adopts a C/S architecture, a remote general-purpose computer is used as a host, and a dynamic loading component is deployed; the multi-core processor is used as a target machine, runs an AMP mode and is deployed with a dynamic loading management component.
The communication proxy module, the input monitoring proxy module and the output monitoring proxy 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 the 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 are unable to communicate with the host.
An embedded dynamic module loading method based on a multi-core processor, the dynamic module loading method comprises the following steps of
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 proxy module receives the command issued by the host machine component and sends the command to the input monitoring proxy module;
s5: the input monitoring agent module analyzes the command, takes the command as a message text, and forwards the command to the target processing core according to an inter-core communication protocol format;
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 a message text and forwards the command execution result 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 a dynamic loading protocol format and sends the command execution result to the communication proxy module;
s9: the communication agent module sends the command execution result to the communication management plug-in;
s10: the communication management plug-in receives a 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 result.
As still further aspects of the invention: in the step S1, the command comprises three types of 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 the dynamic module linked list, searching and updating the information such as the name, ID, running state, running core number and the like of the dynamic module currently running to the dynamic loading component;
dynamic offloading refers to removing a dynamic module from the multi-core processor memory and reclaiming the memory allocated to the dynamic module.
As still further aspects of the invention: the dynamic loading linked list is a linked list maintained by the dynamic loading management module in the execution process of the dynamic loading command and the dynamic unloading command and is used for recording the name, ID, running state and running core number of the dynamic module.
As still further aspects of the invention: in S2 and S8, the dynamic loading 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.
As still further aspects of the invention: in the step S5 and the step S7, the communication among the input monitoring agent module, the output monitoring agent module and the dynamic loading management module is based on an inter-core communication mode of a message queue, and when the inter-core communication is performed, the main processing core sends the inter-core message queue containing the command to the dynamic loading management module on the target processing core through the input monitoring agent module; and 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.
In 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 still further aspects of the invention: in S5 and S7, the inter-core communication protocol format 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 beneficial effects of the invention are as follows: the method comprises the steps that a communication proxy module, an input monitoring proxy module and an output monitoring proxy module are deployed on a main processing core of the multi-core processor, dynamic module loading, refreshing and unloading commands issued by a host 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 a frame structure of the device of the present invention;
FIG. 2 is a schematic flow chart of the method of the present invention;
FIG. 3 is a diagram of 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 following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Example 1
Referring to FIG. 1, a dynamic module loading device 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 proxy module, an input monitoring proxy module, an output monitoring proxy module and a dynamic loading management module.
The dynamic module loading device based on the multi-core processor adopts a C/S architecture, a remote general-purpose computer is used as a host, and a dynamic loading component is deployed; the multi-core processor is used as a target machine, runs an AMP mode and is deployed with a dynamic loading management component.
The communication proxy module, the input monitoring proxy module and the output monitoring proxy 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 the 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 are unable to 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, where the 8 processing cores are all operated in an AMP mode. Only processing core No. 0 supports communication with the host computer through the ethernet, other processing cores cannot communicate with the host computer, and an inter-core communication controller is provided between the processing core No. 0 and the other processing cores, so that processing core No. 0 is selected as a main processing core, and the dynamic module loading method comprises the following steps:
s1, selecting a command to be executed by a dynamic module through a 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 proxy module receives the command issued by the host machine component and sends the command to the input monitoring proxy module;
s5, inputting a command analyzed by the monitoring agent module, and forwarding the command to the target processing core according to the inter-core communication protocol format by taking the command as a message text;
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 a message text and forwards the command execution result to the output monitoring module according to the inter-core communication protocol format;
s8, outputting a command execution result received by the monitoring module, packaging the command execution result according to a dynamic loading protocol format, and sending the command execution result to the communication proxy module;
s9, the communication proxy module sends the command execution result to the communication management plug-in;
s10, the communication management plug-in receives a 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 result.
In the embodiment of the present invention, in S1, the command includes three types of 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 the dynamic module linked list, searching and updating the information such as the name, ID, running state, running core number and the like of the dynamic module currently running to the dynamic loading component;
dynamic offloading refers to removing a dynamic module from the multi-core processor memory and reclaiming the memory allocated to the dynamic module.
In the embodiment of the invention, the dynamic loading linked list is a linked list maintained by the dynamic loading management module in the execution process of the dynamic loading command and the dynamic unloading command and is used for recording the name, ID, running state and running core number of the dynamic module.
In the embodiment of the present invention, in S2 and S8, the dynamic loading 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 embodiment of the present invention, in S5 and S7, the communication among the input monitoring agent module, the output monitoring agent module and the dynamic loading management module is based on an inter-core communication mode of a message queue, and when the inter-core communication is performed, the main processing core sends the inter-core message queue containing the command to the dynamic loading management module on the target processing core through the input monitoring agent module; and 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.
In 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 inter-core communication protocol format 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.
Working principle: a communication proxy module deployed on a main processing core of the multi-core processor receives dynamic module loading, refreshing and unloading commands issued by a host dynamic loading component, and an input monitoring proxy module forwards the commands to a target processing core in an inter-core communication mode; the dynamic loading management module deployed on the target processing core executes the command, returns the command execution result to the main processing core output monitoring agent module in an inter-core communication mode, and returns the command execution result to the dynamic loading component by the communication agent module. The invention adopts the inter-core communication mode to realize a dynamic loading mechanism on all processing cores of the multi-core processor, can fully play 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 characteristics 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 disclosure describes embodiments, not every embodiment is provided with a separate embodiment, and that this description is provided for clarity only, and that the disclosure is not limited to the embodiments described in detail below, and that the embodiments described in the examples may be combined as appropriate to form other embodiments that will be apparent to those skilled in the art.

Claims (5)

1. A loading method of an embedded dynamic module loading device based on a multi-core processor is characterized in that,
the embedded dynamic module loading device based on the 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 proxy module, an input monitoring proxy module, an output monitoring proxy module and a dynamic loading management module;
the dynamic module loading device based on the multi-core processor adopts a C/S architecture, a remote general-purpose computer is used as a host, and a dynamic loading component is deployed; the multi-core processor is used as a target machine, operates an AMP mode and is deployed with a dynamic loading management component;
the communication proxy module, the input monitoring proxy module and the output monitoring proxy 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 communicates with the host machine through a communication link, 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;
the loading method comprises the following steps:
s1, selecting a command to be executed by a dynamic module through a 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 proxy module receives the command issued by the host machine component and sends the command to the input monitoring proxy module;
s5, inputting a command analyzed by the monitoring agent module, and forwarding the command to the target processing core according to the inter-core communication protocol format by taking the command as a message text;
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 a message text and forwards the command execution result 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 a dynamic loading protocol format and sends the command execution result to the communication proxy module;
s9, the communication proxy module sends the command execution result to the communication management plug-in;
s10, the communication management plug-in receives a 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 a command execution result;
in S5 and S7, the communication among the input monitoring agent module, the output monitoring agent module and the dynamic loading management module is based on an inter-core communication mode of a message queue, and when the inter-core communication is performed, the main processing core sends the inter-core message queue containing the command to the dynamic loading management module on the target processing core through the input monitoring 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;
in 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.
2. The loading method according to claim 1, wherein: in the step S1, the command comprises three types of 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 a dynamic module currently running to a dynamic loading component;
dynamic offloading refers to removing a dynamic module from the multi-core processor memory and reclaiming the memory allocated to the dynamic module.
3. The loading method according to claim 2, wherein: the dynamic loading linked list is a linked list maintained by the dynamic loading management module in the execution process of the dynamic loading command and the dynamic unloading command and is used for recording the name, ID, running state and running core number of the dynamic module.
4. The loading method according to claim 1, wherein: in 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.
5. The loading method according to claim 1, wherein: in S5 and S7, the inter-core communication protocol format 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.
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 CN114064153A (en) 2022-02-18
CN114064153B true 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)

Families Citing this family (1)

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

Citations (7)

* 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
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017056194A1 (en) * 2015-09-29 2017-04-06 株式会社 東芝 Information device, information communication terminal, and information processing method

Patent Citations (7)

* 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
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
一种异构多核处理器嵌入式实时操作系统构架设计;蒋建春;汪同庆;;计算机科学;20110615(第06期);全文 *

Also Published As

Publication number Publication date
CN114064153A (en) 2022-02-18

Similar Documents

Publication Publication Date Title
US20130179902A1 (en) Network On Chip With An I/O Accelerator
CN107122252B (en) Intersystem interaction method and device
CN114064153B (en) Method and device for loading embedded dynamic module based on multi-core processor
CN110519138B (en) Profibus-DP master station protocol implementation method and system
CN110658751B (en) Implementation method of EtherCAT field bus control system
US11016769B1 (en) Method and apparatus for processing information
CN115396527B (en) PCIE and SRIO protocol conversion system and method based on FPGA
CN116107999B (en) Database service and storage system and method
CN111158690A (en) Desktop application framework, construction method, desktop application running method and storage medium
CN111464447B (en) Method and device for synchronizing forwarding tables of ultra-bandwidth multi-core Ethernet switching chips
EP1246059A1 (en) Dynamic interface aggregation on demand
CN112202798B (en) Data protocol conversion method, system, electronic device and storage medium
US7296187B1 (en) Hardware debug device having script-based host interface
CN110794731A (en) Embedded soft PLC control system supporting Ethernet
US9088610B2 (en) Method and apparatus for communications accelerator on CIP motion networks
CN116263670A (en) Sensor assembly service packaging method and sensor
CN115878213A (en) Dynamic loading method for Internet of things equipment driver
CN113835904A (en) Remote procedure call control method, device, equipment and storage medium
US6985493B1 (en) Message aggregator for channelized interface programming
CN113467377B (en) System, method, device, processor and storage medium for realizing field bus driver management aiming at CNC software
CN114390067B (en) Data exchange method, system, device and storage medium
CN117519826A (en) Method for supporting dynamic expansion of RPA flow plug-in and computer storage medium
US11768714B2 (en) On-chip hardware semaphore array supporting multiple conditionals
CN112051999B (en) Configurable download file generation method and device
US6823521B1 (en) Apparatus and method for communicating between computer systems using active datastreams

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