Forum Discussion
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.