Altera_Forum
Honored Contributor
15 years agoProblems with read transfer
I have connect a simple read-write- component in my system. When i do a read transfer, i only get the hexidecimal value ffffffff and i don't know why.
... unsigned long read; read = IORD_32Direct(SIMPLE_RW_0_base,0); ...