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 agohello ...
if you using uClinux no-mmu you can acess the memory using IORD and IOWR make a c program and cross compile for your design at uClinux no-mmu you can acess peripherials direct.... cheers Franz Wagner