Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to read from a onchip memory
Hello i want to read data from some adress at the onchip memory, i can do it with IORD and IOWR using altera HAL functions. However those functions are not available for me inside the linux
Altera_Forum
Honored Contributor
15 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().