Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIOWR problem
Hello every body I have problem in using the IOWR function in my code; the problem is my code doesnot work when I write on base address 0 in my hardware as: IOWR(AES_0_BASE,0,0); // doesnot w...
Altera_Forum
Honored Contributor
12 years agoAt a guess the address offset is sometimes multipled by 4.
The last line you are also trying to add the offset twice. Personally i don't think the Altera IOWRxxx() do anything other than hide what is going on. I also suspect you want to do 32bit accesses, I thought there was an IOWR32().