Forum Discussion
Altera_Forum
Honored Contributor
12 years agoUsage of DMA from PIO to SDRAM shared by NIOS
Hello everybody, I was wondering if someone could respond to my following question connected with DMA: I have functional NIOS II system with TSE and SDRAM as a main data and instruction me...
Altera_Forum
Honored Contributor
12 years agoUsing malloc() might not be such a good idea - it won't allocate cache-line allocated memory and could well 'poison' the data cache with addresses inside the allocated area.
Might be safer to get the linker script to allocate the buffer.