Forum Discussion
Altera_Forum
Honored Contributor
15 years agoRead physical address
Hello, I'm trying to read address 0x0400000 (start address of avalon interface 32bits read) and the NIOS just stopped working, I can't read the entire memory block (0x0400000 - 0x040ffff or so...
Altera_Forum
Honored Contributor
15 years agofor unknown reason (a friend told me to try this) I needed to set the MSB to 1 so .. 0x0400000 is actually 0x8400000 .... solved !