Altera_Forum
Honored Contributor
19 years agoIOWR/IORD problem, what does IORD return?
Nios2 is new to me and I'm developing a custom component on it.
I have my Avalon regester interface ready. I can IOWR a integer into the regester to perform the function, but fail to IORD from the same reg. (IORD the same reg give me 0). The reg is 32 bit wide, is there anything to do with the address? It's not one of the delay problem, because i wrote a while{} loop to read it, but still, can't get what I just IOWR. It could be silly, but please answer it in detail, since i'm really new here.