Forum Discussion
Altera_Forum
Honored Contributor
11 years agoReserving a chunk of physical memory (as you've done) is probably easiest.
Does seem like you've got uncached access to the memory. You didn't say which device you've opened (for the mmap), there might be one that gives cached access. Otherwise you'll need to write a device driver and work out how to map the memory cached and then implement mmap().