Hello,
I'm using CCS4 and TM6467 EVM board with JTAG Emulation.
In my program, i have a file opened using fopen from my PC.
If i understand correctly, this file transferred in chunks to the .stack or .data sections that i defined in cmd.
please correct me if i'm wrong.
I would like to make this process "faster", how could i make, in the begging of my program, a copy from the PC to the board hard disk? so every operation with this file will be when he is already on the board hard disk?
Also, should i work with DMA? how could it help me?
Basically, i know that DMA can help me save a lot of time if i need to read a lot of chunks from my DDR, but how do i implement it?
Thanks a lot, Stas.
(I'm a beginner in the embedded area).