Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- if you use malloc() calls to allocate a bloc of memory and use it to get the data from the DMA, you won't have any conflicts, even with other stuff put in sdram. --- Quote End --- Hi, I don't think malloc() function can allocate a block of memory in SDRAM. In my understanding, it will just allocate the memory of onchip-ram. Is that right?