Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou won't be able to access memory directly from userspace in linux. You'll probably have to write a kernel driver or module. On the other hand, You can access heap memory if it is set in BSP config by using malloc().