CN1797378A - Method of data interchange by using mode of direct memory access - Google Patents

Method of data interchange by using mode of direct memory access Download PDF

Info

Publication number
CN1797378A
CN1797378A CNA2004101025341A CN200410102534A CN1797378A CN 1797378 A CN1797378 A CN 1797378A CN A2004101025341 A CNA2004101025341 A CN A2004101025341A CN 200410102534 A CN200410102534 A CN 200410102534A CN 1797378 A CN1797378 A CN 1797378A
Authority
CN
China
Prior art keywords
data
transmission
direct memory
memory access
cpu
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
CNA2004101025341A
Other languages
Chinese (zh)
Other versions
CN100342359C (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2004101025341A priority Critical patent/CN100342359C/en
Publication of CN1797378A publication Critical patent/CN1797378A/en
Application granted granted Critical
Publication of CN100342359C publication Critical patent/CN100342359C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

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

Abstract

The invention discloses a method for making data exchange in a direct memory accessing (DMA) mode. And the method determines two data memory spaces by a processor and writes the address of a memory space in a transmission configuration word, a DMA controller uses the memory space appointed by the transmission configuration word to transmit data and sends out an interrupt signal to the processor after completing data transmission, the processor receives the interrupt signal and judges if all data is transmitted: if yes, ending data transmission and otherwise modifying the current memory space address in the transmission configuration word into the address of the other memory space to make data transmission. The invention gives full play to the DMA controller, occupying less processing time of the processor and reducing system power consumption.

Description

Adopt the direct memory access mode to carry out the method for exchanges data
Technical field
The present invention relates to a kind of method of exchanges data, relate in particular to a kind of method that adopts the direct memory access mode to carry out exchanges data.
Background technology
The development trend of portable terminal requires portable terminal to have longer stand-by time and littler volume.Longer stand-by time requires portable terminal to satisfy lower power consumption in the design of chip, and software is more simplified, and efficient is higher; Littler volume needs the employed chip of portable terminal microminiaturized more.
The CPU of portable terminal (Central Processing Unit, central processing unit) adopts DMA (DirectMemory Access, the direct memory visit) mode writes and read operation peripheral hardware, dma mode is a kind of high-speed data transmission operation, permission is the direct read data between peripheral hardware and internal memory, promptly not by CPU, only need minimum CPU to intervene, whole data transfer operation carries out under the control of dma controller.CPU is except doing in the beginning of data transmission with when finishing some handle, and CPU can carry out other work in transmission course.Like this, in the most of the time, CPU and input and output all are in the state of parallel work-flow.DMA generally has a plurality of passages independent of each other, allows to carry out different access control, can carry out the DMA transmission of different content, and DMA can carry out data throughput with the speed of cpu clock, has the higher data throughput.
The method that adopts dma mode to carry out exchanges data between peripheral hardware and internal memory mainly contains two kinds at present, respectively it is described below:
First method is: CPU is responsible for configuration and initiates the DMA transmission, and CPU wants independent allocation one block RAM (Random Access Memory, random access memory) space for the data that receive or send.When internal memory sends data to peripheral hardware, be ready to data among the RAM by CPU, and start DMA and move, because the peripheral hardware register is slower to the relative RAM access rate of speed that peripheral hardware sends data, so after DMA had moved data among the RAM, CPU had time enough to be ready to new data to be sent.When internal memory receives the data that peripheral hardware sends, after the space among the RAM is filled, read away data by CPU.Because the speed of the relative RAM access data of speed of peripheral hardware register reception peripheral data is slower,, thereby avoided the covering of data so CPU can attend school away old data when new data arrive.
Technique scheme need take a large amount of RAM, and this is insufferable at the mobile terminal device that is used for price and sensitive power consumption.If the ram space that CPU distributes is bigger, system can read after this section RAM data are full of again, thus the delay that has increased system; If the ram space that CPU distributes is less, then can cause frequent the writing and sense data of CPU, taken the too much CPU processing time, cause the decline of system performance.That adopted in the technique scheme is the RAM of monolithic, covers for fear of data, and when sending, CPU is ready to the new data among the RAM after in the end the data of a RAM are read away and before the new peripheral hardware request comes; When receiving, CPU must attend school away old data when new data arrive, thereby the operating rate of CPU is had certain requirement, has increased the power consumption of system.
Second method is: by the method for hardware logic, use two independently RAM, carry out exchanges data between continual peripheral hardware and the internal memory by ping-pong operation.
Figure 1 shows that and adopt hardware logic to carry out the schematic diagram of ping-pong operation, " ping-pong operation " is a kind of disposal route that is used for data flow con-trol, its treatment scheme is: the data stream that CPU will send to peripheral hardware is assigned to two data buffer modules during with data stream etc. by the input traffic selected cell, the data buffering module can be any memory module, relatively Chang Yong storage unit is DPRAM (Dual Port RAM, dual port RAM), SPRAM (Single Port RAM, single port RAM), FIFO (First In First Out, first in first out) buffer etc.At first buffer circle, the data flow cache of importing is arrived data buffering module 1; At the 2nd buffer circle, switching by the input traffic selected cell, the data flow cache of input is arrived data buffering module 2, simultaneously the 1st cycle data of data buffering module 1 buffer memory passed through the selection of output stream selected cell, deliver to the dataflow computing processing module of peripheral hardware and carry out calculation process; In of the once more switching of the 3rd buffer circle by the input traffic selected cell, the data flow cache of input is arrived data buffering module 1, simultaneously the data in the 2nd cycle of data buffering module 2 buffer memorys are switched by the output stream selected cell, deliver to the dataflow computing processing module of peripheral hardware and carry out calculation process, so circulation.The maximum characteristics that adopt this method to carry out exchanges data are to reduce the time-delay of system.
Said method two is to adopt hardware logic to finish, therefore can't realize on-the-fly modifying of DMA moving data size and configuration information, for some application in the mobile communication, the data volume size of the every frame of possibility is also inequality, and hardware logic can't be applicable to this situation, and special in some general Peripheral Interface, the data rate difference of interface is very big, and method two can only provide the ram space of fixed size to move use for DMA, thereby has reduced the efficient of system.
Summary of the invention
The object of the present invention is to provide a kind of method that adopts the direct memory access mode to carry out exchanges data, to solve in the prior art when the carrying out exchanges data time-delay of system and power consumption is big, configuration information can't on-the-fly modify problem.
For addressing the above problem, the invention provides following technical scheme:
A kind of method that adopts the direct memory access mode to carry out exchanges data comprises step:
A, determine two blocks of data storage spaces, and wherein the address of a storage space writes the transmission configuration word by processor;
B, direct memory access controller utilize the storage space of transmission configuration word appointment to carry out data and transmit, and send look-at-me to processor after transmission finishes;
When C, processor receive described look-at-me, judge whether all data transmit to finish, if then finish, otherwise, memory space address current in the transmission configuration word is revised as another piece memory space address, change step B.
Described step C may further comprise the steps:
It is the interruption which direct memory access path triggers that C1, processor analyze, and judges whether loading error occurring of passage according to the state of the status register of this passage, and in this way, the end of transmission (EOT) of direct memory access path is not as being commentaries on classics step C2;
C2, processor judge whether current transmission is last transmission, and in this way, end of transmission (EOT) as not being, is revised as another piece memory space address with current memory space address, change step B.
The equal and opposite in direction of two storage spaces selecting for use in the described steps A, its space size determined by the slot time that interrupt to take place and the data volume of every time slot, and the slot time that interrupts generation is to round behind the ratio of duration of interrupt service routine and every time slot duration.
The duration t of described interrupt service routine IsrNeed meet the following conditions simultaneously:
A, t Isr≤ t Trs, t wherein TrsFor being assigned to the delay on the data transmission;
B, (t Isr+ t Isrrun) * s Data* 2≤m Data, t wherein IsrrunBe the switching time of interrupt service routine execution and system task, s DataBe the transfer rate of data, m DataCan offer the ram space size of direct memory visit for current system;
c、 t cpu t isr = α , α ∈ [0.001,0.01] wherein, t CpuDuration for each clock period of processor.
In described step C2, if current transmission be from outside be set to the DRP data reception process of internal memory, then whether triggered overtime interruption and judged whether current transmission is last transmission according to peripheral hardware; If current transmission is the data transmission procedure from the internal memory to the peripheral hardware, then judge according to end mark position information whether current transmission is last transmission.
Because the present invention has adopted above technical scheme, so have following beneficial effect:
The present invention is determined the size in the two block RAM spaces selected for use by CPU, can be according to the utilization factor of current C PU and internal memory, the operational resource of current concrete demands of applications and present system dynamically determines the distribution of resource, can maximumly bring into play system effectiveness, reach optimum resource distribution.
By revising the transmission configuration word configuration information that each DMA transmits can be set dynamically flexibly in the present invention, can stop the DMA transmission flexibly by being provided with of end mark position.
The present invention adopts two block RAM pieces to carry out DMA and transmits, fully played the usefulness of DMA, in the less processing time that has taken CPU, total system can be operated under the lower frequency, thereby reduced the power consumption of system, can make portable terminal have longer stand-by time.
Description of drawings
Fig. 1 carries out the schematic diagram of ping-pong operation for adopting hardware logic;
Fig. 2 carries out the process flow diagram of exchanges data for the present invention adopts dma mode;
Fig. 3 is the synoptic diagram of the present invention when carrying out Data Receiving;
Fig. 4 is the processing flow chart of the present invention when carrying out Data Receiving;
Fig. 5 is the synoptic diagram of the present invention when carrying out the data transmission;
Fig. 6 is the processing flow chart of the present invention when carrying out the data transmission.
Embodiment
Below in conjunction with Figure of description the specific embodiment of the present invention is described.
As shown in Figure 2, the present invention at first determines the two block RAM block spaces that need select for use by CPU, then the transmission configuration word is write in the dma controller, the transmission configuration word that dma controller writes according to CPU carries out data and transmits, after transmission finishes, dma controller sends a look-at-me to CPU, CPU is revised as another RAM block address with the RAM block address in the transmission configuration word in the dma controller, reconfigure the DMA passage according to amended transmission configuration word, carry out data and transmit, transmit the back dma controller that finishes and send a look-at-me to CPU; Dma controller whenever sends look-at-me one time, and the RAM block address in the transmission configuration word is just revised once, up to Data Transfer Done.
The space size of the two block RAM pieces that CPU is selected is determined by the slot time n that interrupts taking place and the data volume of every time slot.
The slot time n that interrupts taking place is the duration t of interrupt service routine IsrWith every time slot duration t SlotRatio after round.The duration t of just each interrupt service routine IsrIn comprise duration of n time slot.
The duration t of interrupt service routine IsrNeed satisfy following three conditions simultaneously:
(1) t Isr≤ t Trs, t wherein TrsFor being assigned to the delay on the data transmission;
(2) (t Isr+ t Isrrun) * s Data* 2≤m Data, t wherein IsrrunBe that interrupt service routine is carried out and the switching time of system task, it is that the transfer rate of data is s that the unit interval need be carried out data quantity transmitted Data, m DataCan offer the ram space size of direct memory visit for current system;
(3) t cpu t isr = α , α ∈ [0.001,0.01] wherein, t CpuDuration for each clock period of CPU.
In the above-mentioned formula (2) take advantage of 2 expressions to use ping-pong operations the time, use two block RAM districts, because the data rate s that moves DataBe fixed value, therefore the equal and opposite in direction in two RAM districts that set.
α in the above-mentioned formula (3) represents that CPU work clock and DMA move the ratio in the time interval of operation generation.General optional α ∈ [0.001,0.01], the frequency of operation of DMA is identical with the frequency of operation of CPU, and the CPU frequency of operation is f Cpu, then the time of per clock period of CPU is t Cpu, wherein t cpu = 1 f cpu .
For example CPU is determined that the process of two selected block RAM block space sizes describes below:
For example in gsm system after the prevention at radio-frequency port analog to digital conversion, 120ms has 26 frames, 8 time slots of every frame, and every time slot data volume is 156.25Symbol, every Symbol information 16 bit quantizations, t SlotSize be 0.577ms.
Suppose the f of work clock system of CPU CpuBe 100MHz, the interval m of available RAM DataBe 100kbit, the transmission delay t of system assignment TrsBe 6ms, t IsrrunTime be approximately 100us.
Message transmission rate s DataFor: 26 120 * 10 - 3 * 8 * 156.25 * 16 = 4.3 Mb / s
According to above-mentioned formula (1) t Isr≤ t Trs, can get t Isr≤ 6ms;
According to above-mentioned formula (2) (t Isr+ t Isrrun) * s Data* 2≤m Data, can get (t IsrTherefore+100us) * 4.3Mb/s≤100kb can get t as calculated Isr≤ 10.6ms;
According to above-mentioned formula (3) t cpu t isr ≤ α With α ∈ [0.001,0.01], can get 0.01ms/t Isr∈ [0.001,0.01] therefore can get t as calculated Isr∈ [1ms, 10ms];
Therefore can draw t IsrSpan be [1ms, 6ms], be the duration t of interrupt service routine according to the slot time n that interrupt to take place again IsrWith every time slot duration t SlotRatio, can get n*0.577ms ∈ [1ms, 6ms], n is an integer, thereby the span that can draw n is [2,10].
Therefore can select when n=8, promptly every frame (8 time slots) is initiated a DMA and is moved.The data of per 1 frame storage are 8*156.25*16=20kb, because the present invention's employing is two block RAMs, therefore needing two blocks of data spaces be the RAM of 20Kb, can satisfy above-mentioned equation respectively.
Receive data and two aspects of internal memory transmission data from internal memory respectively below, analyze and adopt the present invention to carry out the process of exchanges data, suppose that the present invention carries out " ping-pong operation " when switching between two RAM pieces, RAM piece 1 can be used during " ping " state, " pang " RAM piece 2 can be used during state.
(1) internal memory receives data procedures
Figure 3 shows that data stream and control stream when Data Receiving is carried out in interior existence, wherein solid line is represented data stream, and dotted line is represented control stream, and control stream expression CPU is to the configuration information of peripheral hardware and DMA, DMA feeds back to the interrupting information of CPU etc., and data stream represents that DMA moves into internal memory to data from peripheral hardware.
Figure 4 shows that the processing flow chart of the present invention when carrying out Data Receiving, its processing procedure is as follows:
Under the control of CPU, the data that peripheral hardware will transmit are written in the data register of peripheral hardware, and CPU is written to the internal register of dma controller with a DMA transmission configuration word, comprises information such as source address, destination address and data volume control in the transmission configuration word.Source address in the transmission configuration word is the data register of peripheral hardware, destination address is a RAM piece 1, dma controller carries out data according to the data volume control DMA passage that defines in the transmission configuration word and transmits, the size of defined data volume equals the size in RAM piece 1 space, behind Data Transfer Done, dma controller sends a look-at-me to CPU, and whether this secondary data of reflection transmits successful in the status register of respective channel.
After CPU receives the look-at-me that dma controller sends, at first analyzing is the interruption which DMA passage triggers, judge according to the state of channel status register whether the interruption that current DMA passage triggers is loading error occurring then, if, the end of transmission (EOT) of DMA passage then, and the status information of wrong DMA passage fed back to upper layer software (applications), do further processing by upper layer software (applications); If not, check then whether peripheral hardware has triggered overtime interruption, if overtime interruption is arranged, then the DMA of passage transmission can finish, and the status information that will correctly transmit feeds back to upper layer software (applications), does further processing by upper layer software (applications); If there is not overtime interruption, then judge current state and be " ping " state according to the destination address of this DMA passage, CPU reads data in the RAM piece 1, after having read data, with current status modifier be " pang " state, and reconfigure current DMA passage, and this DMA passage destination address is arranged to the address of RAM piece 2, begin RAM piece 2 is read.
When new data arrived the data register of peripheral hardware, the DMA passage can transmit once more, up to this end of transmission (EOT).When not receiving data in the time that the data register of peripheral hardware is being set, then trigger overtime Interrupt Process, can finish data transmission remaining at present in the data register of peripheral hardware this moment, and close peripheral hardware and this DMA passage.
(2) internal memory sends data procedures
Figure 5 shows that data stream and control stream when internal memory sends data, wherein solid line is represented data stream, and dotted line is represented control stream.Control stream expression CPU is to the configuration information of peripheral hardware and DMA, and DMA feeds back to the interrupting information of CPU etc., and data stream represents that DMA moves peripheral hardware to data from internal memory.
Figure 6 shows that the processing flow chart of the present invention when carrying out the data transmission, its processing procedure is as follows:
CPU is written to a DMA transmission configuration word internal register of dma controller, comprise information such as source address, destination address and data volume control in the transmission configuration word, source address in the transmission configuration word is a RAM piece 1, destination address is the data register of peripheral hardware, dma controller carries out data according to the data volume control DMA passage that defines in the transmission configuration word and transmits, behind Data Transfer Done, dma controller sends a look-at-me to CPU.
After CPU receives the look-at-me of dma controller triggering, analysis is the interruption which passage of DMA triggers, judge then whether the interruption that triggers when prepass is loading error occurring, if, then the DMA of passage transmission can finish, and the status information of wrong passage fed back to upper layer software (applications), do further processing by upper layer software (applications); If not, then judge by the end mark position information of checking passage whether current DMA transmission is last transmission, if last transmission, then the DMA of passage transmission can finish, and the status information that will correctly transmit feeds back to upper layer software (applications), does further processing by upper layer software (applications); If not last transmission, then judge current state and be " ping " according to the source address of this DMA passage, after current data to be sent are finished by the transmission of DMA passage, with current status modifier be " pang " state, and data to be sent are put in the RAM piece 2, reconfigure the DMA passage, the source address of this DMA passage is arranged to RAM piece 2, open amended DMA passage, the data in the RAM piece 2 are sent.
Zone bit information is arranged in the internal memory by CPU, in interrupt service routine, all check earlier at every turn, in each interrupt service routine, CPU can judge that current transmission also needs the table tennis of how many times DMA to move, when finding that next time DMA moves when being last, CPU becomes the end mark position with the zone bit information setting in the internal memory, when last DMA move finish after, triggered interruption, and entered interrupt service routine, subsequently just according to whole the moving that be through with of current end mark position.Suppose that the data that need to transmit are 4 * 16 * 16 * 8 bits, each DMA moves and finishes 16 * 16 * 8 bits, then need 4 DMA to move, when moving end and having triggered interruption for the 3rd time, just be provided with the end mark position, when the 4th is moved end and triggered interruption, in the interrupt service routine of the 4th, the discovery end mark is set up, and just no longer initiates new moving, and has finished all operations of moving.
The above; only for the preferable embodiment of the present invention, but protection scope of the present invention is not limited thereto, and anyly is familiar with those skilled in the art in the technical scope that the present invention discloses; the variation that can expect easily or replacement all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of claims.

Claims (9)

1, a kind of method that adopts the direct memory access mode to carry out exchanges data is characterized in that comprising step:
A, determine two blocks of data storage spaces, and wherein the address of a storage space writes the transmission configuration word by processor;
B, direct memory access controller utilize the storage space of transmission configuration word appointment to carry out data and transmit, and send look-at-me to processor after transmission finishes;
When C, processor receive described look-at-me, judge whether all data transmit to finish, if then end data transmits, otherwise, memory space address current in the transmission configuration word is revised as another piece memory space address, change step B.
2, employing direct memory access mode according to claim 1 is carried out the method for exchanges data, it is characterized in that: the equal and opposite in direction of two storage spaces in the described steps A.
3, employing direct memory access mode according to claim 1 is carried out the method for exchanges data, it is characterized in that described step C may further comprise the steps:
It is the interruption which direct memory access path triggers that C1, processor analyze, and judges whether loading error occurring of passage according to the state of the status register of this passage, and in this way, the end of transmission (EOT) of direct memory access path is not as being commentaries on classics step C2;
C2, processor judge whether current transmission is last transmission, and in this way, end of transmission (EOT) as not being, is revised as another piece memory space address with current memory space address, change step B.
4, employing direct memory access mode according to claim 2 is carried out the method for exchanges data, it is characterized in that: the size of described two storage spaces is determined by the slot time that interrupts taking place and the data volume of every time slot.
5, employing direct memory access mode according to claim 4 is carried out the method for exchanges data, it is characterized in that: the slot time that described interruption takes place is to round behind the ratio of duration of interrupt service routine and every time slot duration.
6, employing direct memory access mode according to claim 5 is carried out the method for exchanges data, it is characterized in that: the duration t of described interrupt service routine IsrNeed meet the following conditions simultaneously:
A, t Isr≤ t Trs, t wherein TrsFor being assigned to the delay on the data transmission;
B, (t Isr+ t Isrrun) * s Dta* 2≤m Data, t wherein IsrrunBe the switching time of interrupt service routine execution and system task, s DataBe the transfer rate of data, m DataCan offer the ram space size of direct memory visit for current system;
c , t cpu t isr = α , α ∈ [0.001,0.01] wherein, t CpuDuration for each clock period of processor.
7, employing direct memory access mode according to claim 1 and 2 is carried out the method for exchanges data, it is characterized in that: comprise source address, destination address and data volume control information in the described transmission configuration word.
8, employing direct memory access mode according to claim 3 is carried out the method for exchanges data, it is characterized in that: in described step C2, if current transmission be from outside be set to the DRP data reception process of internal memory, then whether triggered overtime interruption and judged whether current transmission is last transmission according to peripheral hardware.
9, employing direct memory access mode according to claim 3 is carried out the method for exchanges data, it is characterized in that: in described step C2, if current transmission is the data transmission procedure from the internal memory to the peripheral hardware, then judge according to end mark position information whether current transmission is last transmission.
CNB2004101025341A 2004-12-24 2004-12-24 Method of data interchange by using mode of direct memory access Expired - Fee Related CN100342359C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2004101025341A CN100342359C (en) 2004-12-24 2004-12-24 Method of data interchange by using mode of direct memory access

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2004101025341A CN100342359C (en) 2004-12-24 2004-12-24 Method of data interchange by using mode of direct memory access

Publications (2)

Publication Number Publication Date
CN1797378A true CN1797378A (en) 2006-07-05
CN100342359C CN100342359C (en) 2007-10-10

Family

ID=36818417

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2004101025341A Expired - Fee Related CN100342359C (en) 2004-12-24 2004-12-24 Method of data interchange by using mode of direct memory access

Country Status (1)

Country Link
CN (1) CN100342359C (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276315B (en) * 2007-03-30 2011-06-22 财团法人工业技术研究院 Direct memory access controller for dynamically regulating transmission data width and method thereof
CN103176932A (en) * 2011-12-23 2013-06-26 重庆重邮信科通信技术有限公司 Method and system for DMA data transmission
CN103678204A (en) * 2013-12-30 2014-03-26 龙芯中科技术有限公司 Processor and data processing method
CN103678205A (en) * 2013-12-30 2014-03-26 杭州士兰微电子股份有限公司 Direct memory access (DMA)-based real-time streaming data transfer system and method
CN104266657A (en) * 2014-09-12 2015-01-07 海华电子企业(中国)有限公司 Shortest path planning parallelization method based on cooperative computing of CPU and MIC
CN104598411A (en) * 2014-09-02 2015-05-06 奇点新源国际技术开发(北京)有限公司 State switching method and device for IO port of receiving and sending device
CN108226741A (en) * 2016-12-14 2018-06-29 中国航空工业集团公司西安航空计算技术研究所 A kind of DMA self testing circuits
CN108572930A (en) * 2017-03-14 2018-09-25 航天信息股份有限公司 Buffer control method and device
CN109189702A (en) * 2018-08-22 2019-01-11 山东超越数控电子股份有限公司 A kind of transmission data buffer design method of Scatter-Gather DMA
CN109491937A (en) * 2018-10-24 2019-03-19 山东超越数控电子股份有限公司 A kind of data transmission method and device of Scatter-Gather DMA
CN109669903A (en) * 2018-12-07 2019-04-23 天津津航计算技术研究所 A kind of the bridge module design and optimization method of SRIO agreement
CN111782154A (en) * 2020-07-13 2020-10-16 北京四季豆信息技术有限公司 Data moving method, device and system
CN112040601A (en) * 2020-09-03 2020-12-04 广州彩熠灯光股份有限公司 Lamp dot matrix control device and method and LED stage lamp
CN112835842A (en) * 2021-03-05 2021-05-25 深圳市汇顶科技股份有限公司 Terminal sequence processing method, circuit, chip and electronic terminal
CN112947857A (en) * 2021-02-25 2021-06-11 山东英信计算机技术有限公司 Data moving method, device, equipment and computer readable storage medium
WO2021120132A1 (en) * 2019-12-19 2021-06-24 华为技术有限公司 Storage system and data crossing method
CN113590512A (en) * 2021-07-30 2021-11-02 眸芯科技(上海)有限公司 Self-starting DMA device capable of directly connecting peripheral equipment and application
CN115480708A (en) * 2022-10-11 2022-12-16 成都市芯璨科技有限公司 Method for time division multiplexing local memory access
CN112835842B (en) * 2021-03-05 2024-04-30 深圳市汇顶科技股份有限公司 Terminal sequence processing method, circuit, chip and electronic terminal

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0454605A3 (en) * 1990-04-25 1992-04-22 International Business Machines Corporation Bus request device in a direct memory access (dma) system
US6018778A (en) * 1996-05-03 2000-01-25 Netcell Corporation Disk array controller for reading/writing striped data using a single address counter for synchronously transferring data between data ports and buffer memory
KR100487199B1 (en) * 2003-01-17 2005-05-04 삼성전자주식회사 Apparatus and method for data transmission in dma

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276315B (en) * 2007-03-30 2011-06-22 财团法人工业技术研究院 Direct memory access controller for dynamically regulating transmission data width and method thereof
CN103176932B (en) * 2011-12-23 2017-04-26 锐迪科(重庆)微电子科技有限公司 Method and system for DMA data transmission
CN103176932A (en) * 2011-12-23 2013-06-26 重庆重邮信科通信技术有限公司 Method and system for DMA data transmission
CN103678205B (en) * 2013-12-30 2017-01-04 杭州士兰微电子股份有限公司 Real-time streaming data transmission system based on DMA and method
CN103678204B (en) * 2013-12-30 2017-02-15 龙芯中科技术有限公司 Processor and data processing method
CN103678205A (en) * 2013-12-30 2014-03-26 杭州士兰微电子股份有限公司 Direct memory access (DMA)-based real-time streaming data transfer system and method
CN103678204A (en) * 2013-12-30 2014-03-26 龙芯中科技术有限公司 Processor and data processing method
CN104598411A (en) * 2014-09-02 2015-05-06 奇点新源国际技术开发(北京)有限公司 State switching method and device for IO port of receiving and sending device
CN104598411B (en) * 2014-09-02 2018-01-23 奇点新源国际技术开发(北京)有限公司 A kind of state switching method and device of transceiver I/O port
CN104266657A (en) * 2014-09-12 2015-01-07 海华电子企业(中国)有限公司 Shortest path planning parallelization method based on cooperative computing of CPU and MIC
CN108226741A (en) * 2016-12-14 2018-06-29 中国航空工业集团公司西安航空计算技术研究所 A kind of DMA self testing circuits
CN108572930B (en) * 2017-03-14 2021-09-10 航天信息股份有限公司 Cache control method and device
CN108572930A (en) * 2017-03-14 2018-09-25 航天信息股份有限公司 Buffer control method and device
CN109189702A (en) * 2018-08-22 2019-01-11 山东超越数控电子股份有限公司 A kind of transmission data buffer design method of Scatter-Gather DMA
CN109491937A (en) * 2018-10-24 2019-03-19 山东超越数控电子股份有限公司 A kind of data transmission method and device of Scatter-Gather DMA
CN109669903A (en) * 2018-12-07 2019-04-23 天津津航计算技术研究所 A kind of the bridge module design and optimization method of SRIO agreement
WO2021120132A1 (en) * 2019-12-19 2021-06-24 华为技术有限公司 Storage system and data crossing method
CN111782154A (en) * 2020-07-13 2020-10-16 北京四季豆信息技术有限公司 Data moving method, device and system
CN111782154B (en) * 2020-07-13 2023-07-04 芯象半导体科技(北京)有限公司 Data moving method, device and system
CN112040601A (en) * 2020-09-03 2020-12-04 广州彩熠灯光股份有限公司 Lamp dot matrix control device and method and LED stage lamp
CN112040601B (en) * 2020-09-03 2023-04-07 广州彩熠灯光股份有限公司 Lamp dot matrix control device and method and LED stage lamp
CN112947857A (en) * 2021-02-25 2021-06-11 山东英信计算机技术有限公司 Data moving method, device, equipment and computer readable storage medium
CN112835842A (en) * 2021-03-05 2021-05-25 深圳市汇顶科技股份有限公司 Terminal sequence processing method, circuit, chip and electronic terminal
CN112835842B (en) * 2021-03-05 2024-04-30 深圳市汇顶科技股份有限公司 Terminal sequence processing method, circuit, chip and electronic terminal
CN113590512A (en) * 2021-07-30 2021-11-02 眸芯科技(上海)有限公司 Self-starting DMA device capable of directly connecting peripheral equipment and application
CN113590512B (en) * 2021-07-30 2023-09-29 眸芯科技(上海)有限公司 Self-starting DMA device capable of directly connecting peripheral equipment and application
CN115480708A (en) * 2022-10-11 2022-12-16 成都市芯璨科技有限公司 Method for time division multiplexing local memory access
CN115480708B (en) * 2022-10-11 2023-02-28 成都市芯璨科技有限公司 Method for time division multiplexing local memory access

Also Published As

Publication number Publication date
CN100342359C (en) 2007-10-10

Similar Documents

Publication Publication Date Title
CN100342359C (en) Method of data interchange by using mode of direct memory access
Cheong et al. A flash memory controller for 15μs ultra-low-latency SSD using high-speed 3D NAND flash with 3μs read time
CN1294502C (en) Method and apparatus for arbitration in a unified memory architecture
CN104090847B (en) Address distribution method of solid-state storage device
CN1394310A (en) Inter-processor communication system
US20060271739A1 (en) Management of transfer of commands
CN1991810A (en) A dma controller with multiple intra-channel software request support
CN101069391A (en) Streaming memory controller
CN1113365C (en) Two port memory for simultaneously inputting and outputting data
CN1794214A (en) Method of direct storage access for non-volatibility storage and its device
CN1667597A (en) Resource management device
EP2628084B1 (en) Low-power audio decoding and playback using cached images
CN1766862A (en) The microprocessor system that comprises the memory device of memory access controller and bus
CN1332872A (en) Method and apparatus for providing piplined memory controller
CN1117318A (en) Multiprocessor data memory sharing
CN101048762A (en) Method and apparatus for transmitting memory pre-fetch commands on a bus
CN1825479A (en) Improved DDR II dram data path
CN1945522A (en) Synchronizer for multi-rate input data and method thereof
CN1286029C (en) Device for controlling interior storage of chip and its storage method
CN1825290A (en) Method for management memory and memory
TWI733360B (en) Data storage device and data processing method
CN1702768A (en) Semiconductor storage device
CN103106164A (en) Highly efficient direct memory access (DMA) controller
CN1601501A (en) Memory bandwidth control device
CN1831799A (en) Direct memory access controller and method for data transfer using it

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20071010

Termination date: 20181224

CF01 Termination of patent right due to non-payment of annual fee