CN113687792A - Method for quickly reading data of memory - Google Patents

Method for quickly reading data of memory Download PDF

Info

Publication number
CN113687792A
CN113687792A CN202111044804.8A CN202111044804A CN113687792A CN 113687792 A CN113687792 A CN 113687792A CN 202111044804 A CN202111044804 A CN 202111044804A CN 113687792 A CN113687792 A CN 113687792A
Authority
CN
China
Prior art keywords
memory
read
signal
data
address
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111044804.8A
Other languages
Chinese (zh)
Other versions
CN113687792B (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.)
Tianjin Jinhang Computing Technology Research Institute
Original Assignee
Tianjin Jinhang Computing Technology Research Institute
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 Tianjin Jinhang Computing Technology Research Institute filed Critical Tianjin Jinhang Computing Technology Research Institute
Priority to CN202111044804.8A priority Critical patent/CN113687792B/en
Publication of CN113687792A publication Critical patent/CN113687792A/en
Application granted granted Critical
Publication of CN113687792B publication Critical patent/CN113687792B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • G06F3/0611Improving I/O performance in relation to response time
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/1668Details of memory controller
    • G06F13/1684Details of memory controller using multiple buses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4004Coupling between buses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Systems (AREA)
  • Bus Control (AREA)

Abstract

The invention belongs to the technical field of computer storage, and particularly relates to a method for quickly reading data of a memory. The memory data fast reading method is implemented based on a memory data fast reading system, and the memory data fast reading system comprises: the device comprises a processor, an APB bus module, a memory and a preprocessing module; according to the characteristics of the APB bus interface access mechanism, the invention realizes the purpose of sending commands and reading data in advance for the memory by using the pre-reading mechanism and the branch judgment mechanism, so that the APB bus interface reduces the waiting time for sending out the data, improves the data reading speed, and simultaneously keeps the compatibility, the usability and the maintainability of the system, thereby having very important application significance.

Description

Method for quickly reading data of memory
Technical Field
The invention belongs to the technical field of computer storage, and particularly relates to a method for quickly reading data of a memory.
Background
At present, an APB bus is widely used in an embedded system or an ASIC chip to carry out data access on a memory, the APB bus carries out data reading operation in a mode of command sending and data latching, and under the condition that a data interface of the memory is delayed, the APB bus interface has certain limitation on the data access speed of the memory, and the APB bus interface cannot meet the requirement under certain service conditions with high requirements on the data reading speed of the memory.
Specifically, for a typical architecture mode of APB interface connection memory, the connection relationship is shown in FIG. 1-1.
Fig. 1-1 lists conventional APB bus interfacing, in which a processor accesses a memory chip through an APB bus. The processor interacts with the APB bus through an ADDR address signal, a DATA DATA signal, a SEL chip selection signal and a WR/RD read-write signal; the APB bus interfaces with the memory via ADDR address signals, PRDATA read signals, PSEL chip select signals, enable signals, and PWRITE write signals.
The access timing is shown in fig. 2. The entire read cycle consists of 4 clock cycles, denoted T1, T2, T3, T4, respectively. Wherein, T1 period is the preparation period, receives the read command of the processor and makes logic conversion, and converts the read signal of the processor into PWRITE write signal; in a period of T2, the APB bus sets a PWRITE write signal converted in the period of T1, transmits a read command to the memory and transmits a PSEL chip selection signal to select the memory chip, so that the memory chip is in a data preparation stage; in period T3, the PENABLE enable signal is active, informing the memory to send data; in stage T4, the PSEL chip select signal is deactivated to cut off the communication between APB bus and memory, and a read operation is completed.
In the actual communication process, since the memory receives the read data operation command only at stage T2, it takes a certain time to complete the operations such as command execution and data handling, there is a certain delay on the data path, and the data needs to be sent out in the next cycle. These factors limit the minimum time of the read cycle, i.e., the read speed of the APB interface to the memory.
Disclosure of Invention
Technical problem to be solved
The technical problem to be solved by the invention is as follows: the invention aims to provide a method for improving the data reading speed of a memory based on an APB bus interface.
(II) technical scheme
In order to solve the above technical problem, the present invention provides a method for quickly reading memory data, which is implemented based on a system for quickly reading memory data, and the system for quickly reading memory data includes: the device comprises a processor, an APB bus module, a memory and a preprocessing module; wherein,
the processor and the APB bus module carry out DATA interaction through an ADDR address signal, a DATA DATA signal and a SEL chip selection signal;
the processor interacts with the preprocessing module through an ADDR address signal and a WR/RD read-write signal;
the APB bus module interacts with the memory through a PRDATA reading signal, a PSEL chip selection signal and a PENABLE enabling signal; the preprocessing module interacts with a memory through an ADDR address signal and a WR/RD read-write signal;
the method comprises the following steps:
step 1: the preprocessing module receives an ADDR address signal from a processor, judges the address of the processor, and if the address belongs to a memory, sends the ADDR address signal to a memory interface in an APB bus T1 period and carries out default reading operation, and the memory carries out data reading operation in advance;
step 2: the preprocessing module performs branching judgment in a period of T1, if the WR/RD read-write signal from the processor is a read operation, no operation is performed, and if the WR/RD read-write signal from the processor is a write operation, the memory is informed to abandon the read data by changing the WR/RD signal;
and step 3: in the period T2, if the read operation is performed, the memory is ready for DATA and sends the DATA to a DATA bus, and the APB interface directly sets a PENABLE enabling signal to directly read the DATA in advance;
and 4, step 4: in stage T3, the PSEL chip select signal is deactivated to cut off the communication between APB bus and memory, and a read operation is completed.
In step 1, the processor sends an ADDR address signal including a memory address to be read, and the preprocessing module decodes the address after receiving the memory address to judge whether the address is the address field of the memory.
In step 1, if the memory address does not belong to the address range of the memory, no address transmission is performed on the memory; if the memory address is the address range of the memory, a pre-read operation is performed.
In step 1, after the preprocessing module receives the memory address belonging to the memory, the WR/RD read-write signal of the default processor is used for performing the read operation, and before the WR/RD read-write signal of the processor is valid, the read signal is generated in advance to perform the read operation on the memory.
In step 1, the preprocessing module outputs the ADDR address signal and the RD read signal to the memory in a T1 cycle of the APB bus.
In step 2, in a T1 period of the APB bus, the preprocessing module further determines a current WR/RD read/write signal of the processor, and if the WR/RD read/write signal is a write operation, the read operation of the memory is suspended, and the data read by the memory is discarded.
In step 2, in a T1 period of the APB bus, the preprocessing module further determines a current WR/RD read/write signal of the processor, and if the signal is a read operation, no operation is performed.
In step 3, if the operation is a read operation, the data prepared by the memory is sent to the APB bus for the processor to read in a T2 cycle of the APB bus.
The method is characterized in that a branch judgment mechanism is added, after the bus receives an address valid signal in a T1 period, in order to save operation time, the bus is judged to be a processor read operation by default, a memory is subjected to a pre-read operation, if the processor is a write operation, the read operation is stopped through a branch judgment function, and the bus is changed into the write operation.
The method further improves the access reading speed of the bus to the memory on the basis of the APB interface bus, solves the limitation of the access speed caused by the operation delay of the memory and the operation period of the bus, and meets the requirement of a system for processing data at a high speed.
(III) advantageous effects
Compared with the prior art, the invention provides a method for quickly reading the data of the memory, which can be applied to a hardware system adopting an APB interface to operate the memory. In particular to solve the problem of the limitation of the data reading speed of the memory due to the APB bus access mechanism. According to the characteristics of the APB bus interface access mechanism, the invention realizes the purpose of sending commands and reading data in advance for the memory by using the pre-reading mechanism and the branch judgment mechanism, so that the APB bus interface reduces the waiting time for sending out the data, improves the data reading speed, and simultaneously keeps the compatibility, the usability and the maintainability of the system, thereby having very important application significance.
Specifically, the technical advantages of the present invention are:
(1) the access reading speed of the bus to the memory can be further improved on the basis of the APB interface bus, the limitation of the access speed caused by the operation delay of the memory and the operation period of the bus is solved, and the requirement of a system for processing data at a high speed is met.
(2) The logic control module is added between the APB bus interface and the memory interface, the bus read operation mechanism is adjusted, the address signal sent by the processor is transmitted to the memory chip in advance at the stage of T1 in a pre-reading mode, and the read operation is performed in advance, so that the memory performs data reading, and the time of the bus waiting for the memory operation is reduced;
(3) the module adopts a pre-reading mechanism to read the memory in advance without changing the number and the type of APB bus signals;
(4) the invention adds a branch judgment mechanism, after the bus receives an address effective signal in a T1 period, in order to save operation time, the bus is judged to be processor read operation by default, a memory is pre-read operated, if the processor is write operation, the read operation is stopped by a branch judgment function, and the bus is changed into write operation;
(5) the circuit adopts a branch judgment mechanism to judge and correct the operation of the processor in time, and the operation of the processor on the memory cannot be influenced when the judgment is wrong;
(6) the circuit can be packaged into a standard universal module, is added into the circuit during design without redesigning, and has good reusability;
(7) the module is completely realized by hardware, the speed of the memory interface can be increased without software, and time and cost are saved to a certain extent.
Drawings
Fig. 1-1 is a schematic diagram of a standard APB interface architecture.
Fig. 1-2 are schematic diagrams of an APB interface architecture in the technical solution of the present invention.
Fig. 2 is a timing diagram of the APB interface.
Fig. 3 is a flowchart of the operation of the present solution.
Detailed Description
In order to make the objects, contents, and advantages of the present invention clearer, the following detailed description of the embodiments of the present invention will be made in conjunction with the accompanying drawings and examples.
In order to solve the above technical problem, the present invention provides a method for rapidly reading memory data, as shown in fig. 1-2, which is an APB bus interface connection manner of the present invention, and adds a preprocessing module on the basis of conventional APB interface connection; the memory data fast reading method is implemented based on a memory data fast reading system, and the memory data fast reading system comprises: the device comprises a processor, an APB bus module, a memory and a preprocessing module; wherein,
the processor and the APB bus module carry out DATA interaction through an ADDR address signal, a DATA DATA signal and a SEL chip selection signal;
the processor interacts with the preprocessing module through an ADDR address signal and a WR/RD read-write signal;
the APB bus module interacts with the memory through a PRDATA reading signal, a PSEL chip selection signal and a PENABLE enabling signal; the preprocessing module interacts with a memory through an ADDR address signal and a WR/RD read-write signal;
the method comprises the following steps:
step 1: the preprocessing module receives an ADDR address signal from a processor, judges the address of the processor, and if the address belongs to a memory, sends the ADDR address signal to a memory interface in an APB bus T1 period and carries out default reading operation, and the memory carries out data reading operation in advance;
step 2: the preprocessing module performs branching judgment in a period of T1, if the WR/RD read-write signal from the processor is a read operation, no operation is performed, and if the WR/RD read-write signal from the processor is a write operation, the memory is informed to abandon the read data by changing the WR/RD signal;
and step 3: in the period T2, if the read operation is performed, the memory is ready for DATA and sends the DATA to a DATA bus, and the APB interface directly sets a PENABLE enabling signal to directly read the DATA in advance;
and 4, step 4: in stage T3, the PSEL chip select signal is deactivated to cut off the communication between APB bus and memory, and a read operation is completed.
In step 1, the processor sends an ADDR address signal including a memory address to be read, and the preprocessing module decodes the address after receiving the memory address to judge whether the address is the address field of the memory.
In step 1, if the memory address does not belong to the address range of the memory, no address transmission is performed on the memory; if the memory address is the address range of the memory, a pre-read operation is performed.
In step 1, after the preprocessing module receives the memory address belonging to the memory, the WR/RD read-write signal of the default processor is used for performing the read operation, and before the WR/RD read-write signal of the processor is valid, the read signal is generated in advance to perform the read operation on the memory.
In step 1, the preprocessing module outputs the ADDR address signal and the RD read signal to the memory in a T1 cycle of the APB bus.
In step 2, in a T1 period of the APB bus, the preprocessing module further determines a current WR/RD read/write signal of the processor, and if the WR/RD read/write signal is a write operation, the read operation of the memory is suspended, and the data read by the memory is discarded.
In step 2, in a T1 period of the APB bus, the preprocessing module further determines a current WR/RD read/write signal of the processor, and if the signal is a read operation, no operation is performed.
In step 3, if the operation is a read operation, the data prepared by the memory is sent to the APB bus for the processor to read in a T2 cycle of the APB bus.
The method is characterized in that a branch judgment mechanism is added, after the bus receives an address valid signal in a T1 period, in order to save operation time, the bus is judged to be a processor read operation by default, a memory is subjected to a pre-read operation, if the processor is a write operation, the read operation is stopped through a branch judgment function, and the bus is changed into the write operation.
The method further improves the access reading speed of the bus to the memory on the basis of the APB interface bus, solves the limitation of the access speed caused by the operation delay of the memory and the operation period of the bus, and meets the requirement of a system for processing data at a high speed.
Example 1
The present embodiment is detailed in the data transmission process.
1. In the aspect of system interfaces, a processor and a memory are connected through an APB bus interface in a traditional connection mode, and data interaction is carried out between the processor and the memory through an APB bus; the invention adds a preprocessing and branch judging mechanism, and the module processes and transmits the address signal and the read-write signal of the processor to the memory without passing through an APB bus.
2. In the aspect of speed-up mechanism, address signals and read-write signals are directly led out from a processor through a preprocessing and branch judging module, the address signals and the read-write signals are sent to a memory at the T1 stage of an APB bus, so that the memory starts data operation, the data are ready to be sent to the APB bus in the T2 period, and the condition that the bus waits for the memory to process the data is avoided.
3. The speed-up operation process is divided into the following processes (taking a complete processor read operation as an example):
firstly, the processor sends the address of the memory to be read, the preprocessing module decodes the address after receiving the address, judges whether the address is the address field of the memory, and does not transmit the address to the memory if the address does not belong to the address range of the memory; if the address is the address range of the memory, a pre-read operation is performed.
Secondly, after the preprocessing module receives the address belonging to the memory, the default processor performs reading operation, and generates a reading signal in advance to perform reading operation on the memory before the reading signal of the processor is effective, namely, the address signal and the reading signal are output to the memory in the T1 period of the APB bus; if the processor is a write operation, the read operation of the memory is aborted and the data read from the memory is discarded.
Finally, the memory-ready data is sent on the APB bus for the processor to read during the T2 cycle of the APB bus.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A method for fast reading memory data is implemented based on a system for fast reading memory data, and the system for fast reading memory data comprises: the device comprises a processor, an APB bus module, a memory and a preprocessing module; wherein,
the processor and the APB bus module carry out DATA interaction through an ADDR address signal, a DATA DATA signal and a SEL chip selection signal;
the processor interacts with the preprocessing module through an ADDR address signal and a WR/RD read-write signal;
the APB bus module interacts with the memory through a PRDATA reading signal, a PSEL chip selection signal and a PENABLE enabling signal; the preprocessing module interacts with a memory through an ADDR address signal and a WR/RD read-write signal;
the method comprises the following steps:
step 1: the preprocessing module receives an ADDR address signal from a processor, judges the address of the processor, and if the address belongs to a memory, sends the ADDR address signal to a memory interface in an APB bus T1 period and carries out default reading operation, and the memory carries out data reading operation in advance;
step 2: the preprocessing module performs branching judgment in a period of T1, if the WR/RD read-write signal from the processor is a read operation, no operation is performed, and if the WR/RD read-write signal from the processor is a write operation, the memory is informed to abandon the read data by changing the WR/RD signal;
and step 3: in the period T2, if the read operation is performed, the memory is ready for DATA and sends the DATA to a DATA bus, and the APB interface directly sets a PENABLE enabling signal to directly read the DATA in advance;
and 4, step 4: in stage T3, the PSEL chip select signal is deactivated to cut off the communication between APB bus and memory, and a read operation is completed.
2. The method as claimed in claim 1, wherein in step 1, the processor sends an ADDR address signal containing the address of the memory to be read, and the preprocessing module decodes the address after receiving the address of the memory to determine whether the address is in the address domain of the memory.
3. The method for fast reading data in a memory according to claim 2, wherein in step 1, if the memory address does not belong to the address range of the memory, no address transfer is performed to the memory; if the memory address is the address range of the memory, a pre-read operation is performed.
4. The method as claimed in claim 3, wherein in step 1, after the preprocessing module receives the memory address belonging to the memory, the WR/RD read/write signal of the default processor is read, and before the WR/RD read/write signal of the processor is valid, the read signal is generated in advance to read the memory.
5. The method as claimed in claim 4, wherein in step 1, the pre-processing module outputs the ADDR address signal and the RD read signal to the memory at T1 cycle of the APB bus.
6. The method as claimed in claim 5, wherein in step 2, during the period T1 of the APB bus, the preprocessing module further determines the current WR/RD read/write signal of the processor, and if it is a write operation, the read operation of the memory is suspended and the data read by the memory is discarded.
7. The method as claimed in claim 5, wherein in step 2, during the period T1 of the APB bus, the preprocessing module further determines the current WR/RD read/write signal of the processor, and if it is a read operation, does not perform any operation.
8. The method as claimed in claim 7, wherein in step 3, if the read operation is performed, the memory-ready data is sent to the APB bus for the processor to read in T2 cycle of the APB bus.
9. The method as claimed in claim 1, wherein a branch judgment mechanism is added, the bus, after receiving the address valid signal in the T1 cycle, in order to save operation time, default to judge as processor read operation, pre-read operation is performed on the memory, if the processor is write operation, the read operation is suspended by the branch judgment function, and the bus is changed to write operation.
10. The method for rapidly reading the data in the memory according to claim 1, wherein the method further increases the access reading speed of the bus to the memory based on the APB interface bus, solves the limitation of the access speed caused by the memory operation delay and the bus operation cycle, and meets the requirement of the system for processing the data at a high speed.
CN202111044804.8A 2021-09-07 2021-09-07 Quick reading method for memory data Active CN113687792B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111044804.8A CN113687792B (en) 2021-09-07 2021-09-07 Quick reading method for memory data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111044804.8A CN113687792B (en) 2021-09-07 2021-09-07 Quick reading method for memory data

Publications (2)

Publication Number Publication Date
CN113687792A true CN113687792A (en) 2021-11-23
CN113687792B CN113687792B (en) 2023-09-26

Family

ID=78585576

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111044804.8A Active CN113687792B (en) 2021-09-07 2021-09-07 Quick reading method for memory data

Country Status (1)

Country Link
CN (1) CN113687792B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000183843A (en) * 1998-12-21 2000-06-30 Fujitsu Ltd Method and device for transmitting and receiving variable frame
CN1650259A (en) * 2002-04-30 2005-08-03 皇家飞利浦电子股份有限公司 Integrated circuit with a non-volatile memory and method for fetching data from said memory
CN101308450A (en) * 2008-06-27 2008-11-19 北京中星微电子有限公司 FIFO control circuit and control method
US20160224253A1 (en) * 2015-01-30 2016-08-04 Sandisk Technologies Inc. Memory System and Method for Delta Writes
CN109582228A (en) * 2018-11-15 2019-04-05 深圳忆联信息系统有限公司 The hardware-accelerated method and device for reading to retry automatically based on nand flash memory controller
CN112965924A (en) * 2021-02-26 2021-06-15 西安微电子技术研究所 AHB-to-AXI bridge and aggressive processing method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000183843A (en) * 1998-12-21 2000-06-30 Fujitsu Ltd Method and device for transmitting and receiving variable frame
CN1650259A (en) * 2002-04-30 2005-08-03 皇家飞利浦电子股份有限公司 Integrated circuit with a non-volatile memory and method for fetching data from said memory
CN101308450A (en) * 2008-06-27 2008-11-19 北京中星微电子有限公司 FIFO control circuit and control method
US20160224253A1 (en) * 2015-01-30 2016-08-04 Sandisk Technologies Inc. Memory System and Method for Delta Writes
CN109582228A (en) * 2018-11-15 2019-04-05 深圳忆联信息系统有限公司 The hardware-accelerated method and device for reading to retry automatically based on nand flash memory controller
CN112965924A (en) * 2021-02-26 2021-06-15 西安微电子技术研究所 AHB-to-AXI bridge and aggressive processing method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
J MUKUNTHAN;ET., AL.: "Design And Implementation Of Amba Apb Protocol", IOP CONFERENCE SERIES: MATERIALS SCIENCE AND ENGINEERING *
冯艳华: "面向智能硬件的低功耗加速器系统设计", 《中国优秀硕士学位论文全文数据库》 *

Also Published As

Publication number Publication date
CN113687792B (en) 2023-09-26

Similar Documents

Publication Publication Date Title
CN106874224B (en) Multi-line SPI-Flash controller capable of automatically carrying and adapting to device
US8930599B2 (en) Data transmission system and method thereof
US5600793A (en) Method and system of bi-directional parallel port data transfer between data processing systems
JP2757055B2 (en) Data transfer method for digital computer
CN108268414B (en) SD card driver based on SPI mode and control method thereof
CN108595350B (en) AXI-based data transmission method and device
US5812875A (en) Apparatus using a state device and a latching circuit to generate an acknowledgement signal in close proximity to the request signal for enhancing input/output controller operations
CN109800193B (en) Bridging device of SRAM on AHB bus access chip
CN110851388A (en) Debugging system and debugging signal transmission method for RISC-V processor
CN102937939A (en) DMA (Direct Memory Access) address couple pre-reading method based on SATA (Serial Advanced Technology Attachment) controller
US20150052405A1 (en) Data bus network interface module and method therefor
JP4022442B2 (en) Control method of fieldbus interface board
US20240281403A1 (en) I3c pending read with retransmission
CN114297124A (en) Communication system of SRIO high-speed bus based on FPGA
CN116185936B (en) SPI communication data receiving and transmitting abnormity detection control system and detection method
CN113687792B (en) Quick reading method for memory data
CN113687791B (en) Memory data quick reading device based on pre-reading and branch judging mechanism
CN114185830A (en) Multi-processor communication method, device, system and storage medium based on mailbox
CN114253790A (en) MCU double-wire debugging circuit and MCU double-wire debugging method
CN109684245B (en) Method and device for accessing SPI FLASH through APB bus
CN110955620B (en) 1553B bus protocol system based on PCIE
CN109726149B (en) Method and device for accessing NAND FLASH through AXI bus
CN113886297A (en) SPI concurrent communication SE device and method based on DMA
CN107577634B (en) Control method for device connected with chip set and host
CN112181878B (en) RapidIO interface architecture and data processing method

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