Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

Base addresses and system.h #define

I have an SOPC system with some custom components and 2 Altera PIO components. I am trying to write to a PIO using this function, for example: IOWR(PIO_0_BASE, 3, 0x0); // Clear edge capture r...