andy25
Occasional Contributor
2 years agoNios V, Max10, N25Q512A QSPI, XIP
Hello all. I have this Max10 Dev Kit, it has 512Mbit N25Q512A QSPI flash. I have a Nios V/m processor, and if I execute out of on-chip memory everything works fine. I'd like to try Execute in plac...
- 2 years ago
Have you tried changing the addressing mode to 4 byte addressing? The default is 3-byte and is configured through the Control Register (0x0) of the IP. It could be that the 512mb memory requires more than 3-bytes to access.