Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- IO_PIO_SMER = IO_PIO base address + 1 --- Quote End --- You might want to try IO_PIO_SMER = IO_PIO base address + 4 instead. The hardware documentation usually talks about offsets for 32-bit registers, while the address used in software is in a 8-bit space. You need to jump 4 bytes to get to the next offset.