Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI had this same problem and it took me a day to find it. If you peruse the DE2 example pin assignments you find a pin for the flash that is not passed on to the flash core in the nios2 cpu.
make sure that that pin - FL_RST_N (PIN_AA18) is driven high to enable the flash in your top level entity. this is NOT taken care of for you by the flash core. edit: The pin assignment is only for my particular DE2 board, it may be different in your revision.