Forum Discussion
Altera_Forum
Honored Contributor
9 years agoDE0-Nano, DE0-Nano-SoC, or just DE0?
In Qsys, how large did you make your on-chip-memory (I believe default is 4096 bytes)? Did you use the simple program given in the tutorial, or a more complex one? If you did not change the defaults, you will have a small amount of memory to load your program, and it may not fit in memory (Item 1 in the list). Did you ensure that the base address of your on chip memory is 0x00? If did not lock the on-chip memory to that base address (In Qsys) and then selected assign base addresses, the base for the on-chip memory will likely not be 0x00.