Hello,
I need to transfer chunks of data from the external SDRAM to on-chip internal memory for fast processing. The chunks are around 1kB. What is the most efficient way to do it. Can I use a DMA transfer for that purpose? I am afraid a C-loop will burn too many cycles because of the cache misses. I am not a bit expert on TI architecture but I would appreciate if you could point me toward the right solution.
Thanks.