CN116257257A - Chip burning method and device, upper computer and storage medium - Google Patents

Chip burning method and device, upper computer and storage medium Download PDF

Info

Publication number
CN116257257A
CN116257257A CN202111508166.0A CN202111508166A CN116257257A CN 116257257 A CN116257257 A CN 116257257A CN 202111508166 A CN202111508166 A CN 202111508166A CN 116257257 A CN116257257 A CN 116257257A
Authority
CN
China
Prior art keywords
data
chip
burning
data structure
communication protocol
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.)
Pending
Application number
CN202111508166.0A
Other languages
Chinese (zh)
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.)
BYD Co Ltd
Original Assignee
BYD 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 BYD Co Ltd filed Critical BYD Co Ltd
Priority to CN202111508166.0A priority Critical patent/CN116257257A/en
Publication of CN116257257A publication Critical patent/CN116257257A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Communication Control (AREA)

Abstract

The embodiment of the application provides a chip burning method, a device, an upper computer and a storage medium, wherein the chip burning method comprises the following steps: the upper computer selects the chip type of the first chip and selects the data to be burnt corresponding to the chip type; determining an initialized data encapsulation model corresponding to the chip type, and encapsulating the data to be burned into the initialized data encapsulation model to obtain an encapsulated data structure; and sending the data in the data structure to the first chip, and receiving a burning result obtained after the first chip carries out burning processing on the data in the data structure. The embodiment of the application can reduce the complexity of chip burning.

Description

Chip burning method and device, upper computer and storage medium
Technical Field
The application relates to the technical field of vehicles, in particular to a chip burning method, a chip burning device, an upper computer and a storage medium.
Background
At present, different chips have special burning modes, and for the internal principle characteristics of the chips, a hardware interface specially designed for a burning program is provided, and then specific equipment is connected for burning through specified requirements. The current chip burning has a plurality of limiting conditions, different burning modes are needed for different chips, and the complexity of the chip burning is high.
Disclosure of Invention
The embodiment of the application provides a chip burning method, a chip burning device, an upper computer and a storage medium, which can reduce the complexity of chip burning.
A first aspect of an embodiment of the present application provides a chip burning method, where the method is applied to a host computer, and the method includes:
selecting a chip type of a first chip, and selecting data to be burnt corresponding to the chip type;
determining an initialized data encapsulation model corresponding to the chip type, and encapsulating the data to be burned into the initialized data encapsulation model to obtain an encapsulated data structure;
and sending the data in the data structure to the first chip, and receiving a burning result obtained after the first chip carries out burning processing on the data in the data structure.
A second aspect of the embodiments of the present application provides a chip writing device, where the chip writing device is applied to a host computer, and the chip writing device includes:
the selecting unit is used for selecting the chip type of the first chip and selecting data to be burnt corresponding to the chip type;
a determining unit, configured to determine an initialized data encapsulation model corresponding to the chip type;
The packaging unit is used for packaging the data to be burned into the initialized data packaging model to obtain a packaged data structure;
the communication unit is used for sending the data in the data structure to the first chip and receiving a burning result obtained after the first chip carries out burning processing on the data in the data structure.
A third aspect of the embodiments of the present application provides a host computer, including a processor and a memory, where the memory is configured to store a computer program, and the computer program includes program instructions, where the processor is configured to invoke the program instructions to execute the step instructions as in the first aspect of the embodiments of the present application.
A fourth aspect of the embodiments of the present application provides a computer-readable storage medium, wherein the computer-readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes a computer to perform part or all of the steps as described in the first aspect of the embodiments of the present application.
A fifth aspect of embodiments of the present application provides a computer program product, wherein the computer program product comprises a computer program operable to cause a computer to perform some or all of the steps as described in the first aspect of embodiments of the present application. The computer program product may be a software installation package.
In the embodiment of the application, when the first chip is burned, the chip type of the first chip can be selected, and the data to be burned corresponding to the chip type is selected; determining an initialized data encapsulation model corresponding to the chip type, and encapsulating the data to be burned into the initialized data encapsulation model to obtain an encapsulated data structure; and sending the data in the data structure to the first chip, and receiving a burning result obtained after the first chip carries out burning processing on the data in the data structure.
According to the embodiment of the application, for different types of chips, the corresponding data to be burnt and the corresponding initialized data packaging model can be selected, the data to be burnt is packaged into the initialized data packaging model, the packaged data structure is sent to the first chip, the first chip after packaging can carry out burning treatment on the data in the data structure to obtain burning results, the method can be compatible with the burning of chips of different types, and the complexity of chip burning is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a system architecture diagram of an upper computer according to an embodiment of the present application;
fig. 2 is a schematic flow chart of a chip burning method according to an embodiment of the present application;
fig. 3 is a flow chart of another chip burning method according to an embodiment of the present disclosure;
fig. 4 is a CAN communication topology provided in an embodiment of the present application;
fig. 5 is a schematic diagram of a CAN burning relationship provided in an embodiment of the present application;
FIG. 6 is a schematic diagram of a data structure provided in an embodiment of the present application;
FIG. 7 is a schematic diagram of a data processing flow provided in an embodiment of the present application;
FIG. 8 is a schematic diagram of an RS485/RS232 recording relationship according to an embodiment of the present disclosure;
FIG. 9 is a schematic diagram of a processing procedure of a burning driver according to an embodiment of the present application;
FIG. 10 is a schematic diagram of a TCP/IP burning relationship according to an embodiment of the present disclosure;
fig. 11 is a schematic structural diagram of a chip burning device according to an embodiment of the present disclosure;
fig. 12 is a schematic structural diagram of an upper computer according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
The terms first, second and the like in the description and in the claims of the present application and in the above-described figures, are used for distinguishing between different objects and not for describing a particular sequential order. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those listed steps or elements but may include other steps or elements not listed or inherent to such process, method, article, or apparatus.
Reference in the specification to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly understand that the embodiments described herein may be combined with other embodiments.
The chip burning method, the device, the upper computer and the storage medium are described below with reference to the accompanying drawings, so that the chip burning method, the device, the upper computer and the storage medium can be compatible with the burning of chips of different types, and the complexity of chip burning is reduced.
In order to facilitate understanding of the chip burning method of the present application, a system architecture diagram of an upper computer is provided in an embodiment of the present application. As shown in fig. 1, the system architecture of the upper computer includes a communication module, a data processing module, a system control module and a user interface module. The communication module CAN be compatible with different communication protocols, such as a controller area network (Controller Area Network, CAN) communication protocol, an asynchronous transmission standard interface communication protocol (RS 232/RS 285), a transmission control protocol/interconnection protocol (Transmission Control Protocol/Internet Protocol, TCP/IP) and the like, by defining an interface specification of each communication protocol. If the chip supports multiple communication protocol standards, the communication module can adapt to multiple series of chips for burning. The communication module can have the functions of starting the communication channel and closing the communication channel, can also have the function of configuring communication parameters, and can also receive and transmit communication data. The data processing module can have the function of initializing a data model, can analyze data, and can encapsulate the function of transmitting the data. The system control module can burn or erase the file, read the file, convert the file, check and transmit data. The user interface module can control the display function and the lower computer (such as a chip) burning function.
In the system architecture of fig. 1, the communication protocols of these data transmissions (CAN communication protocol, RS232/RS285, TCP/IP) are very different in terms of physical links, transmission rules, etc. According to the embodiment of the application, the interface specifications of each communication protocol are unified on the software level of the upper computer, foolproof treatment measures are effectively taken, the condition processing such as filtering, limiting and checking can be conducted in the data transmission process aiming at a certain specific communication protocol, and the corresponding communication interface is expanded only by being realized on the basis of formulating the specifications, so that the expansion is easy. Each data transmission communication protocol is isolated on the communication channel and independent, and the transmission process is identified and processed by the system control module according to the mutual characteristics.
Unifying the interface specifications for each communication protocol: the rules, data structures for each communication protocol may be unified. For example, for the CAN protocol, there are how many bits each frame is transmitted, what each bit means, etc. Each transport protocol is unified in accordance with such specifications.
The communication module of the upper computer shown in fig. 1 can be compatible with various communication modes, and can effectively process errors in the communication process according to protocol communication flow requirements in the chip communication process, so that whether each operation is successful or not can be ensured, and a corresponding return result can be obtained. The man-machine interaction function can be added through the user interface module, and the change of the state parameters in the process of communication burning can be intuitively and obviously displayed. The upper computer is flexible in interface of external expansion, and can perform encapsulation analysis aiming at different types of chip burning file formats so as to adapt to different data models.
The communication module of the upper computer shown in fig. 1 integrates various communication protocols, a user CAN select and switch different communication protocols to operate according to the needs on a visual operation interface displayed by the user interface module, wherein the integrated communication protocols such as CAN, RS232/RS485, TCP/IP and the like are universal standards, the external adaptability is high, a chip for burning CAN meet the corresponding communication protocol standards, normal data communication CAN be carried out on the chip only by matching with the communication protocols, external limiting factors are relatively less, and the external expansion is convenient. For related developers and testers, when the communication of multiple functional schemes and multiple communication protocols is involved, the problem of compatible matching of the communication of each functional scheme does not need to be analyzed in a time-consuming manner, and the testers do not need to use time to build a complicated environment and complicated steps.
Because different series and different kinds of chips have different rules and different byte code structures, the different chips themselves also carry different communication protocols, on the premise of meeting the corresponding communication protocol standards, the same kind or the same type of chip burning files need to be analyzed, different kinds or different types have different analysis modes, the system architecture of the upper computer shown in fig. 1 can provide uniform interface specifications of chip burning, only the corresponding compiling files need to be analyzed according to the corresponding rules following the interface specifications, the chips of different types can be compatible friendly, the expansion is easy, and unnecessary external association can be reduced.
The chip types of the embodiment of the application can comprise ARM, F8, F16, DSP and other chips of various series.
The system architecture of the upper computer shown in fig. 1 may be applied to any of the following method embodiments.
Referring to fig. 2, fig. 2 is a flow chart of a chip burning method according to an embodiment of the present application. As shown in fig. 2, the chip burning method includes the following steps.
201, the upper computer selects a chip type of the first chip and selects data to be burned corresponding to the chip type.
In this embodiment of the present application, the upper computer may be connected to at least one chip through at least one external interface. The first chip may be any one of the at least one chip. In one possible implementation manner, the user may perform man-machine interaction on the user interface module, select a chip type of the first chip, and select data to be burned corresponding to the chip type. In one possible implementation manner, the upper computer may identify the type of the first chip through the external interface, and select the type of the first chip from a set of chip types supported by the upper computer. The burning data corresponding to the chip type can be preset (suitable for batch burning of a certain type of chips), and can be manually selected by a user on a user interaction interface (visual operation interface) (suitable for personalized burning of a special chip).
Optionally, in step 201, the upper computer selects a chip type of the first chip, which specifically includes the following steps:
and under the condition that the first chip is inserted into an external interface of the upper computer, the upper computer responds to chip type selection operation input by a user to select the chip type of the first chip.
In this embodiment of the present application, a user (a tester or a developer) may select a chip type of the first chip on a user interaction interface displayed by the user interface module. Since the user can identify the type of the first chip, the chip type of the first chip can be selected on the user interaction interface.
In one possible embodiment, when the first chip is inserted into the external interface of the upper computer, the upper computer may obtain, through the external interface, chip information reported by the first chip, where the chip information may include a type of the first chip. The embodiment of the application can automatically identify the type of the chip, does not need to be selected by a user, does not need human-computer interaction, has lower threshold requirements on staff performing chip burning operation, and can improve the chip burning efficiency
Optionally, in step 201, the host computer selects data to be burned corresponding to the chip type, including:
And the upper computer responds to a data selection instruction input by a user to select data to be burnt from a data set corresponding to the chip type.
In this embodiment of the present invention, each type of chip has a corresponding data set that can be burned, after a user selects a chip type of a first chip, the corresponding data set that can be burned may be displayed on a user interaction interface, and the user may select at least one piece of data from the data sets corresponding to the chip types as data to be burned on the user interaction interface.
202, the upper computer determines an initialized data packaging model corresponding to the chip type, and packages the data to be burned into the initialized data packaging model to obtain a packaged data structure.
In this embodiment of the present application, the initialized data encapsulation model is an initialized data encapsulation model, and the data encapsulation model may specify a starting address and a length of each data contained in the data to be burned in the memory.
The data to be burned can be stored in the memory of the upper computer in advance.
203, the upper computer sends the data in the data structure to the first chip, and receives the burning result obtained after the first chip carries out burning processing on the data in the data structure.
In this embodiment of the present invention, in a process that the upper computer sends data in the data structure to the first chip, the upper computer may also send a sending state of the data to the user interaction interface.
The upper computer can send the data in the data structure to the first chip frame by frame. For example, the data structure may include N pieces of data, each piece of data may be packaged into at least one frame and sent to the first chip, the first chip may burn the piece of data after receiving the piece of data, to obtain a burning result corresponding to the piece of data, and the first chip may return the burning result corresponding to the piece of data to the upper computer. The upper computer can send the burning result corresponding to the data to the user interaction interface, and the user can check the burning result of each piece of data in real time, so that the visualization of the burning result is improved.
In the embodiment of the application, for different types of chips, the corresponding data to be burnt and the corresponding initialized data packaging model can be selected, the data to be burnt is packaged into the initialized data packaging model, the packaged data structure is sent to the first chip, the first chip after packaging can carry out burning treatment on the data in the data structure to obtain burning results, the method can be compatible with the burning of chips of different types, and the complexity of chip burning is reduced.
Referring to fig. 3, fig. 3 is a flow chart of another chip burning method according to an embodiment of the present disclosure. As shown in fig. 3, the chip burning method includes the following steps.
301, the upper computer selects a first communication protocol supported by the first chip from a communication protocol set supported by the upper computer, and establishes a communication channel between the upper computer and the first chip according to an interface specification of the first communication protocol.
In this embodiment of the present application, the first communication protocol is a communication protocol supported by both the host computer and the first chip. The set of communication protocols supported by the host computer may include at least one communication protocol. The first communication protocol supported by the first chip is one of a set of communication protocols supported by the first chip. For example, the communication protocol set supported by the upper computer includes: communication protocol a, communication protocol B, communication protocol C, communication protocol D, and communication protocol E, the first chip supporting a set of communication protocols comprising: communication protocol a and communication protocol C, the first communication protocol may be communication protocol a or communication protocol C.
The user can select a first communication protocol supported by the first chip from a communication protocol set supported by the upper computer on the user interaction interface, and a communication channel between the upper computer and the first chip is established according to a predefined interface specification of the first communication protocol. For each communication protocol supported by the upper computer, the upper computer can predefine an interface specification of the communication protocol, so that the established communication channel can meet the communication requirement of the communication protocol.
Wherein step 301 needs to be performed before step 304. Specifically, step 301 may be performed simultaneously with step 302 and step 303, may be performed before step 302, may be performed before step 303, may be performed after step 302, or may be performed after step 303.
302, the upper computer selects a chip type of the first chip and selects data to be burned corresponding to the chip type.
And 303, the upper computer determines an initialized data packaging model corresponding to the chip type, and packages the data to be burned into the initialized data packaging model to obtain a packaged data structure.
Optionally, before performing step 303, the following steps may also be performed:
the upper computer responds to the burning starting operation input by the user, and the burning starting operation is used for triggering and executing the encapsulation of the data to be burned to the initialized data encapsulation model to obtain the encapsulated data structure.
In the embodiment of the application, a user can perform man-machine interaction on the user interaction interface, click a 'start burning' button displayed on the user interaction interface, and trigger the upper computer to execute the step of packaging data to be burned into the initialized data packaging model. The start of the burning can be controlled by the user.
The user can click a button for stopping the burning displayed on the user interaction interface in the burning process, and the burning process is stopped. And in the process of burning, clicking a button for ending the burning displayed on the user interaction interface to end the burning process. The embodiment of the application provides a manual interaction mode for burning, and can timely end or pause the burning when the burning is problematic, so that the burning efficiency is improved.
Optionally, in step 303, the upper computer determines an initialized data encapsulation model corresponding to the chip type, which specifically includes the following steps:
and the upper computer determines a data packaging model corresponding to the chip type according to the corresponding relation between the type and the packaging model, and performs initialization processing on the data packaging model to obtain an initialized data packaging model.
In this embodiment, each type of chip may correspond to a data encapsulation model, and the formats of the recording data (for example, recording files) possibly required by different types of chips are different, so that different formats of the recording files are made for each type of chip, and different data encapsulation models are required to encapsulate the data structures of the recording files meeting the requirements of the chip types, thereby meeting the requirements of different types of chips on the data formats of the recording files, and being compatible with the recording of different types of chips.
The initialization processing is performed on the data packaging model, namely the data in the data packaging model is cleared, so that the data to be burned is conveniently packaged according to the format specified by the data packaging model, the influence of the data (such as the data used in the data packaging process by the same type of chip in the prior data packaging model) in the data packaging model to be burned is avoided, and the reliability of the data packaging can be improved.
Optionally, the initialization data encapsulation model includes a predefined plurality of data memory start addresses, a plurality of data lengths, and a data structure; in step 303, the upper computer encapsulates the data to be burned into an initialized data encapsulation model to obtain an encapsulated data structure, which may specifically include:
and the upper computer encapsulates the plurality of data contained in the data to be burned according to the data memory starting address, the plurality of data lengths and the data structure to obtain an encapsulated data structure.
In this embodiment of the present application, the data to be burned may include N pieces of data, where the N pieces of data may be packaged according to N pieces of data memory starting addresses, N pieces of data lengths, and data structures predefined by the initialized data packaging model, to obtain a packaged data structure.
304, the upper computer sends the data in the data structure to the first chip, and receives the burning result obtained after the first chip carries out burning processing on the data in the data structure.
Optionally, in step 304, the upper computer sends the data in the data structure to the first chip, which specifically includes the following steps:
and the upper computer sends the data in the data structure to the first chip through the communication channel (the communication channel between the upper computer and the first chip is established according to the interface specification of the first communication protocol).
In this embodiment of the present application, the upper computer may establish a communication channel between the upper computer and the first chip according to the selected first communication protocol, and through this communication channel, the upper computer and the first chip may perform sending of the recording data and receiving of the recording result.
The implementation of the method CAN support common data transmission communication protocols such as CAN, RS458/RS232 and TCP/IP, the data transmission communication protocols have larger differences in terms of physical links, data transmission rules and the like, each data transmission communication protocol CAN be isolated on a communication channel and mutually independent, the transmission process CAN be identified and processed according to the mutual characteristics, different implementation modes are recorded by controlling a lower computer through different communication protocols, and a user CAN select according to the communication protocols supported by chip hardware.
In this embodiment, foolproof processing may be performed between each communication protocol in the communication protocol set supported by the upper computer, where foolproof processing refers to that interface specifications of different communication protocols have different flags, and cross processing with another different protocol cannot be implemented on a selected communication interface specification, for example, burning is performed on the basis of an RS232/RS485 communication mode, and then the communication mode (RS 232/RS485 communication mode) cannot be selected for subsequent processing with TCP/IP communication.
Optionally, after performing step 304, the following steps may also be performed:
the upper computer analyzes the burning result and displays the analyzed burning result, wherein the burning result comprises the burning state of the first chip and the working mode of the first chip.
In this embodiment of the present application, the recording result may be parsed by the data parsing model, and the parsed recording result may be displayed through a user interaction interface, where the recording result includes a recording state of the first chip (may include a recording progress, whether recording is successful), and a working mode of the first chip (for example, a busy mode, an idle mode, etc.). The user can check the burning state on the user interaction interface, and the burning process can be monitored in real time. For different types of chips, the corresponding data analysis models are also different, and the corresponding data analysis models can be selected according to the chip type of the first chip, so that the analysis is prevented from being wrong, and the success rate of the analysis of the burning result is improved.
The specific implementation of steps 302 to 304 may refer to steps 201 to 203, which are not described herein.
The embodiment of the application can be carried out by selecting different communication protocols on the visual operation interface for burning, wherein the communication protocols are matched with the data information of the corresponding burning chip (an upper computer system can set an overall configuration function according to different chips and different communication protocols, directly search configuration information for comparison so as to realize matching), and the method can be carried out through two steps, firstly, the serial ports which are externally exposed and connected through an upper computer are judged, and the forms of the serial ports which are connected and correspond to different communication protocols are different due to factors such as physical links, electrical characteristics and the like, if the serial ports are not matched, the user interface can be provided with an incorrect prompt for matching, and further the follow-up process is interrupted; secondly, the communication channels supported by the internal design of the chip can be paired, and if the chip does not support the corresponding communication protocol, the user interaction interface can remind that the corresponding operation cannot be performed. The integrated communication protocol accords with the general standard, the processing procedures of different communication protocols are different, and the communication interface specification is unified, so that the communication protocol is convenient to expand outwards.
Different chips have different structural rules, the upper computer system of the embodiment of the application provides unified analysis and recording file interface specifications, and on the premise that the internal hardware of the corresponding recording chip meets the selected communication protocol standard requirements, the corresponding compiling file is analyzed according to the corresponding rules only by following the interface specifications, so that the upper computer system is friendly and compatible, easy to expand and unnecessary external association is reduced.
The embodiment of the application can expand additional functions, such as filtering interception and additional data processing, on specific data, on the basis of the interface specification of each communication protocol on a software level in the system.
Optionally, in the case that the first communication protocol includes a CAN communication protocol, the communication channel includes a communication channel between the upper computer, an external interface of the upper computer, and the first chip;
in the case that the first communication protocol comprises an RS232/RS485 communication protocol, the communication channel comprises a communication channel among the upper computer, the burning driver and the first chip;
in the case where the first communication protocol includes a TCP/IP communication protocol, the communication channel includes a communication channel between the host computer, a network adapter, a data distributor, and the first chip.
Optionally, the sending the data in the data structure to the first chip includes:
transmitting data in the data structure to the burn driver in case the first communication protocol comprises an RS232/RS485 communication protocol; the burning driver is used for transmitting the data in the data structure to the first chip frame by frame according to the transmission rule corresponding to the chip type of the first chip, and the burning driver is also used for transmitting the transmission state of the data in the data structure to the user interaction interface.
Optionally, the sending the data in the data structure to the first chip includes:
transmitting data in the data structure to the network adapter in the case where the first communication protocol comprises a TCP/IP communication protocol; the network adapter is used for notifying the lower computer to retrieve a network node, determining a data distributor according to the network node retrieved by the lower computer, and sending the data in the data structure to the first chip through the data distributor.
Referring to fig. 4, fig. 4 is a CAN communication topology provided in an embodiment of the present application. The CAN communication topology map may contain various functional modules when the communication module of fig. 1 is a CAN communication module. As shown in fig. 4, the CAN communication topology diagram includes a CAN driving function module for implementing a basic communication function of a CAN, which requires a call to a CAN bottom driving packet to complete an initialization operation of the CAN; the CAN communication attribute configuration module is used for completing the configuration of the attributes such as the chip type, the equipment type, the communication port, the transmit-receive data baud rate and the like; the monitoring module is used for monitoring the CAN connection state in real time; the view module is used for displaying the real-time state function of CAN and chip communication and displaying and receiving the transmitted specific data frame through a table; the operation module (operation module) CAN realize the control of CAN, CAN realize the operations such as CAN start and stop command, and the like, and CAN effectively process errors occurring in the communication process according to the protocol communication flow requirements in the communication process of CAN and chip, so as to ensure that each operation is successful or not and corresponding return results CAN be obtained.
The chip for transmitting the burning file data through the CAN communication protocol CAN support ARM, F8, F16 and DSP series burning files. The upper computer system of the embodiment of the application CAN analyze the supported burning files according to different types of chips, convert the burning files into data information of CAN protocol, forward the data information to the lower computer (chip) through CAN equipment to perform a data burning function, read the burning information to the upper computer after the lower computer is burnt, and verify the burning information by the upper computer. Different types of chips are used in different platforms and different development tools in different systems, and the machine code structures in the format of the compiled burning file are different, for example, the effective memory address and the data structure in the format of the file are different. The embodiment of the application can be compatible with the burning and analysis of different types of chips.
Referring to fig. 5, fig. 5 is a schematic diagram of a CAN recording relationship according to an embodiment of the present application. The process of CAN burning CAN involve the following five modules: 1. the CAN protocol communication module has the functions of transmitting, receiving data, analyzing and the like. 2. The data processing module has the functions of analyzing the data filtered by the system control module, displaying the data, packaging the data and transmitting the data to the control module. 3. The system control module is responsible for initializing the data model, receiving the user operation instruction, transmitting the instruction to the data processing module for processing, transmitting the result to the communication module, or transmitting the instruction to the communication module, and calling the data processing module to finally return to the user after the communication module returns the result. 4. The user interaction module comprises display information and man-machine interaction, is a user operation input port, and is used for responding to a user command, transmitting the user command to the system control module for processing, and simultaneously returning a processing result. 5. The external interface module is a module for realizing external interface parameter configuration interface conversion, guides input (which is connected with a lower computer and can trigger data receiving and transmitting to be checked in the process of interaction with the lower computer) which is executed internally, and prevents the conditions of error leakage, repetition and the like of data, and comprises platform interface conversion and corresponding function realization.
The data structure is shown in fig. 6, and the data processing flow is shown in fig. 7. The data processing process is realized by a data processing module, the data is processed mainly according to a defined data model, the data processing module is associated with a system control part and a user interaction part, a file data model can be packaged aiming at different chip file formats, the system data model (namely, a data analysis model) can analyze the returned data (burning result) of the lower computers of different chips, and the data processing process can be summarized as follows: firstly, receiving data controlled by a system, analyzing and archiving the data through a data mode corresponding to data processing, storing the data in a memory for temporary storage, acquiring the data in a data structure through the data processing, and returning the data to a user interaction part and a system control part (the data returned to the user interaction part is related data such as a burning result after the data processing, a state of a chip and the like, so that the user can check the result of the processing process conveniently, and the data returned to the system control part is a file data model and a system data model in the data structure).
The system control part in the CAN communication module CAN analyze and convert binary files of different chip types into corresponding file data models, and convert the file data models into messages according to defined formats so as to realize the burning verification flow. At present, the chip types capable of analyzing the burning file of the chip are DSP, F8, F16 and ARM series types.
The RS485/RS232 burning relation chart is shown in figure 8. The form of the RS232/RS485 externally provided interface is similar to the CAN principle, and the burning form of the upper computer system to the chip CAN be combined together although the internal hardware principles of the RS232/RS485 externally provided interface are essentially different in transmission mode, transmission distance, transmission frequency, electrical characteristics and the like. With RS232/RS485 communication, the flow of RS485/RS232 burning of fig. 8 may involve several modules: 1. and the RS232/RS485 protocol communication module has the functions of sending and receiving data, analyzing and checking and the like. 2. The system control module is used for receiving the instruction sent by the RS232/RS485 protocol communication module, processing the instruction according to the sent instruction, transmitting the processing result back to the sender, initializing the file data model, transmitting the loaded file data model to the data processing module, obtaining the processed burning data, temporarily storing the processed burning data, starting the burning driver, sending the stored burning data to the burning driver after the starting is successful, and simultaneously clearing the stored burning data. 3. The data processing module is used for mainly analyzing the file data model transmitted by the system control module, the analysis modes have different processing modes according to the chip types selected by a user, and the types of machine codes in execution files generated by different chip platforms are not the same, so that the analysis is performed according to specific type chips, and the data are packaged in a uniformly defined data mode after the analysis and then transmitted back to the system control module. 4. The burning driver is mainly used as a bridge for receiving the burning data part by the system control module and the lower computer, and after the packaged burning data is obtained from the system control module, the data is continuously transmitted to the lower computer in frames according to the matching rule of the lower computer, and meanwhile, the state of the data transmission process is transmitted to the user interaction part. 5. The user interaction module comprises display information and man-machine interaction, is a user operation input port and is used for responding to the command and displaying the processing result.
The burn-in driver process is shown in fig. 9. The overall design concept of the data processing and recording part and the system control part is similar to that of the CAN communication module, and is not repeated here. The main difference between the controller and the CAN communication module is the burning driver part, and the burning driver part is particularly important in the RS232/RS485 module. The burning driver receives the burning data transmitted from the system control part, the burning driver starts and monitors all the time after receiving the first frame signal, and after waiting for a specific time period, if the received data is found to be incomplete, the burning driver transmits information to the system control part all the time until receiving the finished signal. If the received data does not accord with the check rule, the burning driver sends a resending signal to the system control part, and after waiting for a corresponding answer, the burning driver clears the received error data and resets to a starting state. After the complete burning data is received, the user interaction part and the lower computer part are given to send waiting ready information, after the starting signal of the lower computer is reached, the burning driver can send the burning data to the lower computer in frames according to a rule which is negotiated with the lower computer in advance, and meanwhile, the signal data of the response state is also transmitted to the user interaction interface.
The TCP/IP burning relation chart is shown in FIG. 10. The TCP/IP Ethernet is communicated, which has a certain internal hardware requirement on the burnt chip and requires the chip to support the relevant TCP/IP network communication protocol. The whole function process of the TCP/IP burning module is similar to the RS232/RS485 communication process. The flow of the TCP/IP burn of FIG. 9 may involve several modules: the system comprises a TCP/IP protocol communication module, a system control module, a data processing module, a network adapter, a data distributor, a lower computer and a user interaction module. The difference is in the network adapter and the data distributor. The network adapter is used for receiving the burnt data which is processed by the burnt file and is completed by the system control module, and after the burnt data is received, returning information to the system control module and suspending the sending of the data; after the data is received, the network adapter issues a command to inform the lower computer to search the network node and transmit the relevant network connection information back to the network adapter, after the network state information is obtained, the user interaction module is informed, the interface displays the relevant state information and starts to transmit the data to the data distributor. The data distributor is a bridge transversely connected with the network adapter and the lower computer and is used for receiving the burnt data, the data are placed in a storage area with a queue structure, after the reception is finished, the burnt data in the storage area are sent to the lower computer according to a certain matching rule, and the matching rule is that the data distributor and the lower computer are mutually agreed in advance, so that the purpose of quickly interacting the data is achieved. After the lower computer receives the completed burning data, the corresponding state is transmitted to the user interaction while the burning is carried out, and the corresponding state information is used for displaying the related state information in real time.
The foregoing description of the solution of the embodiment of the present application has been presented in terms of a method-side execution procedure. It will be appreciated that, in order to implement the above-mentioned functions, the upper computer includes corresponding hardware structures and/or software modules for executing the respective functions. Those of skill in the art will readily appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied as hardware or a combination of hardware and computer software. Whether a function is implemented as hardware or computer software driven hardware depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The embodiment of the application may divide the functional units of the upper computer according to the above method example, for example, each functional unit may be divided corresponding to each function, or two or more functions may be integrated in one processing unit. The integrated units may be implemented in hardware or in software functional units. It should be noted that, in the embodiment of the present application, the division of the units is schematic, which is merely a logic function division, and other division manners may be implemented in actual practice.
In accordance with the foregoing, referring to fig. 11, fig. 11 is a schematic structural diagram of a chip writing device provided in an embodiment of the present application, where the chip writing device is applied to a host computer, and the chip writing device 1100 may include a selecting unit 1101, a determining unit 1102, a packaging unit 1103, and a communication unit 1104, where:
a selecting unit 1101, configured to select a chip type of a first chip, and select data to be burned corresponding to the chip type;
a determining unit 1102, configured to determine an initialized data encapsulation model corresponding to the chip type;
the packaging unit 1103 is configured to package the data to be burned into the initialized data package model, so as to obtain a packaged data structure;
the communication unit 1104 is configured to send data in the data structure to the first chip, and receive a recording result obtained after the first chip performs a recording process on the data in the data structure.
Optionally, the selecting unit 1101 is further configured to select a first communication protocol supported by the first chip from a set of communication protocols supported by the upper computer; establishing a communication channel between the upper computer and the first chip according to the interface specification of the first communication protocol;
Optionally, the communication unit 1104 sends the data in the data structure to the first chip, including: and sending the data in the data structure to the first chip through the communication channel.
Optionally, the selecting unit 1101 selects a chip type of the first chip, including: and under the condition that the first chip is inserted into an external interface of the upper computer, responding to chip type selection operation input by a user to select the chip type of the first chip.
Optionally, the selecting unit 1101 selects data to be burned corresponding to the chip type, including:
and responding to a data selection instruction input by a user, and selecting data to be burned from a data set corresponding to the chip type.
Optionally, the packaging unit 1103 is specifically configured to respond to a burn start operation input by a user, where the burn start operation is used to trigger and execute the packaging of the data to be burned into the initialized data packaging model, so as to obtain a packaged data structure.
Optionally, the determining unit 1102 determines an initialized data encapsulation model corresponding to the chip type, including: and determining a data packaging model corresponding to the chip type according to the corresponding relation between the type and the packaging model, and initializing the data packaging model to obtain an initialized data packaging model.
Optionally, the initialization data encapsulation model includes a predefined plurality of data memory start addresses, a plurality of data lengths, and a data structure; the encapsulating unit 1103 encapsulates the data to be burned into the initialized data encapsulation model to obtain an encapsulated data structure, including: and packaging a plurality of pieces of data contained in the data to be burned according to the data memory starting address, the data lengths and the data structure to obtain a packaged data structure.
Optionally, the chip burning apparatus 1100 may further include an parsing unit 1105 and a display unit 1106;
the parsing unit 1105 is configured to parse the recording result;
the display unit 1106 is configured to display the parsed recording result, where the recording result includes a recording state of the first chip and a working mode of the first chip.
Optionally, in the case that the first communication protocol includes a CAN communication protocol, the communication channel includes a communication channel between the upper computer, an external interface of the upper computer, and the first chip;
in the case that the first communication protocol comprises an RS232/RS485 communication protocol, the communication channel comprises a communication channel among the upper computer, the burning driver and the first chip;
In the case where the first communication protocol includes a TCP/IP communication protocol, the communication channel includes a communication channel between the host computer, a network adapter, a data distributor, and the first chip.
Optionally, the communication unit 1104 sends the data in the data structure to the first chip, including:
transmitting data in the data structure to the burn driver in case the first communication protocol comprises an RS232/RS485 communication protocol; the burning driver is used for transmitting the data in the data structure to the first chip frame by frame according to the transmission rule corresponding to the chip type of the first chip, and the burning driver is also used for transmitting the transmission state of the data in the data structure to the user interaction interface.
Optionally, the communication unit 1104 sends the data in the data structure to the first chip, including: transmitting data in the data structure to the network adapter in the case where the first communication protocol comprises a TCP/IP communication protocol; the network adapter is used for notifying the lower computer to retrieve a network node, determining a data distributor according to the network node retrieved by the lower computer, and sending the data in the data structure to the first chip through the data distributor.
The selecting unit 1101 and the display unit 110 in the embodiments of the present application may be user interaction modules (such as a display) in an upper computer, the determining unit 1102, the packaging unit 1103 and the analyzing unit 1105 may be processors in the upper computer, and the communication unit 1104 may be a communication module in the upper computer.
In the embodiment of the application, for different types of chips, the corresponding data to be burnt and the corresponding initialized data packaging model can be selected, the data to be burnt is packaged into the initialized data packaging model, the packaged data structure is sent to the first chip, the first chip after packaging can carry out burning treatment on the data in the data structure to obtain burning results, the method can be compatible with the burning of chips of different types, and the complexity of chip burning is reduced.
Referring to fig. 12, fig. 12 is a schematic structural diagram of an upper computer according to an embodiment of the present application, and as shown in fig. 12, the upper computer 1200 includes a processor 1201 and a memory 1202, where the processor 1201 and the memory 1202 may be connected to each other through a communication bus 1203. The communication bus 1203 may be a peripheral component interconnect standard (Peripheral Component Interconnect, PCI) bus, or an extended industry standard architecture (Extended Industry Standard Architecture, EISA) bus, among others. The communication bus 1203 may be classified as an address bus, a data bus, a control bus, or the like. For ease of illustration, only one thick line is shown in fig. 12, but not only one bus or one type of bus. The memory 1202 is used for storing a computer program comprising program instructions, the processor 1201 being configured to invoke the program instructions, the program comprising instructions for performing part or all of the steps of the method comprised in fig. 2-10.
The processor 1201 may be a general purpose Central Processing Unit (CPU), microprocessor, application Specific Integrated Circuit (ASIC), or one or more integrated circuits for controlling the execution of the above program. In particular, the processor 1201 may be a VCU.
The Memory 1202 may be, but is not limited to, read-Only Memory (ROM) or other type of static storage device that can store static information and instructions, random access Memory (random access Memory, RAM) or other type of dynamic storage device that can store information and instructions, but may also be electrically erasable programmable read-Only Memory (EEPROM), compact disc read-Only Memory (Compact Disc Read-Only Memory) or other optical disk storage, optical disk storage (including compact disc, laser disc, optical disc, digital versatile disc, blu-ray disc, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. The memory may be stand alone and coupled to the processor via a bus. The memory may also be integrated with the processor.
The host computer 1200 may further include a display 1204 (user interaction module) and a communication module 1205, and may further include general-purpose components such as an antenna, which will not be described in detail herein.
In the embodiment of the application, for different types of chips, the corresponding data to be burnt and the corresponding initialized data packaging model can be selected, the data to be burnt is packaged into the initialized data packaging model, the packaged data structure is sent to the first chip, the first chip after packaging can carry out burning treatment on the data in the data structure to obtain burning results, the method can be compatible with the burning of chips of different types, and the complexity of chip burning is reduced.
The embodiment of the application also provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program for electronic data exchange, and the computer program makes a computer execute part or all of the steps of any one of the chip burning methods described in the embodiment of the method.
It should be noted that, for simplicity of description, the foregoing method embodiments are all expressed as a series of action combinations, but it should be understood by those skilled in the art that the present application is not limited by the order of actions described, as some steps may be performed in other order or simultaneously in accordance with the present application. Further, those skilled in the art will also appreciate that the embodiments described in the specification are all preferred embodiments, and that the acts and modules referred to are not necessarily required in the present application.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to related descriptions of other embodiments.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, such as the division of the units, merely a logical function division, and there may be additional manners of dividing the actual implementation, such as multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, or may be in electrical or other forms.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present invention may be integrated in one processing unit, each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units described above may be implemented either in hardware or in software program modules.
The integrated units, if implemented in the form of software program modules, may be stored in a computer-readable memory for sale or use as a stand-alone product. Based on such understanding, the technical solution of the present application may be embodied in essence or a part contributing to the prior art or all or part of the technical solution in the form of a software product stored in a memory, including several instructions for causing a computer device (which may be a personal computer, a server or a network device, etc.) to perform all or part of the steps of the method described in the embodiments of the present application. And the aforementioned memory includes: a U-disk, a read-only memory (ROM), a random access memory (random access memory, RAM), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Those of ordinary skill in the art will appreciate that all or a portion of the steps in the various methods of the above embodiments may be implemented by a program that instructs associated hardware, and the program may be stored in a computer readable memory, which may include: flash disk, read-only memory, random access memory, magnetic or optical disk, etc.
The foregoing has outlined rather broadly the more detailed description of embodiments of the present application, wherein specific examples are provided herein to illustrate the principles and embodiments of the present application, the above examples being provided solely to assist in the understanding of the methods of the present application and the core ideas thereof; meanwhile, as those skilled in the art will have modifications in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (13)

1. The chip burning method is characterized by being applied to an upper computer, and comprises the following steps:
selecting a chip type of a first chip, and selecting data to be burnt corresponding to the chip type;
determining an initialized data encapsulation model corresponding to the chip type, and encapsulating the data to be burned into the initialized data encapsulation model to obtain an encapsulated data structure;
And sending the data in the data structure to the first chip, and receiving a burning result obtained after the first chip carries out burning processing on the data in the data structure.
2. The method of claim 1, wherein prior to said sending the data in the data structure to the first chip, the method further comprises:
selecting a first communication protocol supported by the first chip from a communication protocol set supported by the upper computer;
establishing a communication channel between the upper computer and the first chip according to the interface specification of the first communication protocol;
the sending the data in the data structure to the first chip includes:
and sending the data in the data structure to the first chip through the communication channel.
3. The method of claim 2, wherein selecting the chip type of the first chip comprises:
and under the condition that the first chip is inserted into an external interface of the upper computer, responding to chip type selection operation input by a user to select the chip type of the first chip.
4. The method of claim 2, wherein the selecting data to be burned corresponding to the chip type comprises:
And responding to a data selection instruction input by a user, and selecting data to be burned from a data set corresponding to the chip type.
5. The method of claim 2, wherein the encapsulating the data to be burned into the initialized data encapsulation model, prior to obtaining an encapsulated data structure, further comprises:
and responding to a burning start operation input by a user, wherein the burning start operation is used for triggering and executing the encapsulation of the data to be burned to the initialized data encapsulation model to obtain an encapsulated data structure.
6. The method of claim 2, wherein the initialization data encapsulation model comprises a predefined plurality of data memory start addresses, a plurality of data lengths, and a data structure;
the step of encapsulating the data to be burned into the initialized data encapsulation model to obtain an encapsulated data structure comprises the following steps:
and packaging a plurality of pieces of data contained in the data to be burned according to the data memory starting address, the data lengths and the data structure to obtain a packaged data structure.
7. The method of claim 2, wherein after receiving the recording result obtained after the recording process is performed on the data in the data structure by the first chip, the method further comprises:
Analyzing the burning result, and displaying the analyzed burning result, wherein the burning result comprises the burning state of the first chip and the working mode of the first chip.
8. The method according to any one of claim 2 to 7, wherein,
when the first communication protocol comprises a CAN communication protocol, the communication channel comprises the upper computer, an external interface of the upper computer and a communication channel between the first chip;
in the case that the first communication protocol comprises an RS232/RS485 communication protocol, the communication channel comprises a communication channel among the upper computer, the burning driver and the first chip;
in the case where the first communication protocol includes a TCP/IP communication protocol, the communication channel includes a communication channel between the host computer, a network adapter, a data distributor, and the first chip.
9. The method of claim 8, wherein the sending the data in the data structure to the first chip comprises:
transmitting data in the data structure to the burn driver in case the first communication protocol comprises an RS232/RS485 communication protocol; the burning driver is used for transmitting the data in the data structure to the first chip frame by frame according to the transmission rule corresponding to the chip type of the first chip, and the burning driver is also used for transmitting the transmission state of the data in the data structure to the user interaction interface.
10. The method of claim 8, wherein the sending the data in the data structure to the first chip comprises:
transmitting data in the data structure to the network adapter in the case where the first communication protocol comprises a TCP/IP communication protocol; the network adapter is used for notifying the lower computer to retrieve a network node, determining a data distributor according to the network node retrieved by the lower computer, and sending the data in the data structure to the first chip through the data distributor.
11. The utility model provides a chip burning device which characterized in that, chip burning device is applied to the host computer, chip burning device includes:
the selecting unit is used for selecting the chip type of the first chip and selecting data to be burnt corresponding to the chip type;
a determining unit, configured to determine an initialized data encapsulation model corresponding to the chip type;
the packaging unit is used for packaging the data to be burned into the initialized data packaging model to obtain a packaged data structure;
the communication unit is used for sending the data in the data structure to the first chip and receiving a burning result obtained after the first chip carries out burning processing on the data in the data structure.
12. A host computer comprising a processor and a memory, the memory for storing a computer program, the computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any of claims 1-10.
13. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method of any of claims 1-10.
CN202111508166.0A 2021-12-10 2021-12-10 Chip burning method and device, upper computer and storage medium Pending CN116257257A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111508166.0A CN116257257A (en) 2021-12-10 2021-12-10 Chip burning method and device, upper computer and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111508166.0A CN116257257A (en) 2021-12-10 2021-12-10 Chip burning method and device, upper computer and storage medium

Publications (1)

Publication Number Publication Date
CN116257257A true CN116257257A (en) 2023-06-13

Family

ID=86681301

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111508166.0A Pending CN116257257A (en) 2021-12-10 2021-12-10 Chip burning method and device, upper computer and storage medium

Country Status (1)

Country Link
CN (1) CN116257257A (en)

Similar Documents

Publication Publication Date Title
CN106603581B (en) Test method and device supporting multiple communication protocols
CN102075389A (en) Debugging method and equipment
CN104850499A (en) Automatic test method and device for base band software
WO2019206339A1 (en) Laser operating method, quasi continuous wave laser, and laser cutting and welding system
CN104301926A (en) Distributed automatic dial testing system and method used for communication network testing
CN111651351A (en) Software performance testing method and device based on Jenkins
CN111526046A (en) Method, device, equipment and storage medium for setting BMC (baseboard management controller) time
CN110809002A (en) Method for protocol conversion between robot and welding equipment and protocol conversion module
CN116257257A (en) Chip burning method and device, upper computer and storage medium
CN110753363A (en) Intelligent device wireless debugging system and method
CN115617589A (en) Chip debugging method
CN112559264B (en) Simulation test method for realizing FPGA (field programmable Gate array) universal serial port by verification platform based on UVM (Universal verification Module)
CN107733082B (en) Method and system for collecting abnormal information of relay protection equipment device
CN111182031B (en) PLC (programmable logic controller) equipment remote downloading method and system
CN109634203B (en) Control system for controlling IO terminal based on numerical control controller and corresponding method
CN103440218A (en) CAN (Control Area Network) bus monitoring method based on USB-HID (Universal Serial Bus-Human Input Device) protocol
CN114326669A (en) Vehicle IO test method and device, electronic equipment and storage medium
CN111371799B (en) Method, device and equipment for controlling data receiving and transmitting of MCTP (Multi-channel media Port) controller
CN113867806A (en) Synchronization method and system for in-band modification of BIOS option
CN110830329A (en) Method, apparatus, electronic device and medium for data detection
CN112565513B (en) Debugging method of mobile terminal, mobile terminal and storage medium
CN109873742B (en) Simulation control method and device for FC-AE bus
CN115102870B (en) Visual method and device for interaction of underwater acoustic equipment, electronic equipment and storage medium
CN114363141A (en) Remote debugging method, device and system for switch in blade server chassis
CN212305381U (en) Equipment communication protocol converter

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