![]() |
|
#1
|
|||
|
|||
For Burst Data TransferHai Friends,
I would like to know whether is it possible to transfer the data in bursts of 8 words at a time. using basic C commands. please let me know if some one have the idea for that. the data is read from some address locations as bursts and are transferred to another locations as bursts... Please help me in this... Regards, Maxiiiiiii |
|
#2
|
|||
|
|||
Re: For Burst Data TransferI also want to know.
__________________
Linux is the best OS in the world. |
|
#3
|
|||
|
|||
Re: For Burst Data TransferQuote:
If you are talking about to and from memory or a disk drive on a Linux or Windows workstation, there are some layers of software and hardware between standard C library functions and run-time operations and and physical data access. For memory access, data caching does it in hardware at the CPU level. For disk access, data caching in disk drive controllers does it at the hardware level. So: What is it that you are really trying to do? Regards, Dave |
|
#4
|
|||
|
|||
Re: For Burst Data TransferA specific question help us to target the problem for you.
__________________
Linux is the best OS in the world. |
|
#5
|
|||
|
|||
Re: For Burst Data TransferHai,
I was trying to do something related to embedded systems.. here the data which is stored in the memory, the single data is simply a word32(32 bit unsigned integer) 8 of which has to be transfered at a time. or consider like this... reading eight 32bit data from memory at a time and transfering, or writing that data to a DDR RAM memory. just i would like to know how the burst of data is transfered from a source to a destination.. |
|
#6
|
|||
|
|||
Re: For Burst Data TransferQuote:
The C language and libraries are deliberately ignorant of hardware considerations such as memory organization and data size. There is no concept of burst or other kinds of memory operations in C. Regards, Dave |
Recent GIDBlog
Last Week of IA Training by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Memory leak when nothing is happening... How can I even debug this ? | Algar | MS Visual C++ / MFC Forum | 10 | 19-Nov-2007 07:17 |
| [Include] Doubly-linked List | dsmith | C Programming Language | 6 | 14-Apr-2006 13:12 |
| Strange C++ code memory leakage problem | gaoanyu | CPP / C++ Forum | 7 | 04-Nov-2005 08:09 |
| [GIM] Data Module - Contact | dsmith | C Programming Language | 2 | 27-Jan-2005 16:30 |
| [CONTEST?]Data Structure Test | dsmith | C Programming Language | 2 | 06-Jun-2004 15:13 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The