Forum Discussion
Altera_Forum
Honored Contributor
20 years agoInterface Issue between Nios(uClinux) & User logic
Hi, My user logic is Simple Inverter. The following C - code, which needs to have Read & write transaction with inveter is not Working. Means write is not properly happening. main() ...
Altera_Forum
Honored Contributor
20 years agoYou have to set bit 31 of the p pointer, to uncache the io access.
p = 0x00800050; => p = 0x80800050;