Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI think your offset is wrong. 0x1F0 is "1 1111 0000" in binary which doesn't fit in your 8 bits of 1-byte addresses. I think you want to do this instead if I understand your addressing scheme:
IOWR_8DIRECT(FIR_INTERRUPT_0_BASE, 0x7C, 0x03);