Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNo one else can know - since it depends on exactly what else you have loaded.
You probably also want to ensure the buffer is cache line aligned. If you are allocating in in you C something like: umsigned char dma_buffer[BUFfER_SIZE] __attribute__((aligned(32))); will ensure the buffer ends don't cross cache line boundaries.