Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE1 project with SRAM and Flash Memory
Hi,
Im still having problem interfacing Flash memory in DE1 board. Does anyone manage to program their Flash in DE1 board and used it to keep non volatile program like C Code? If you have can please guide me or send me a copy of the working project so that I can work on top of that project. Thanks2 Replies
- Altera_Forum
Honored Contributor
Hi there, we used the provided Reference Design called CII_Starter_SD_CARD_AUDIO for our starter kit. Hopefully it works the same. Then open a memtest.c C++ Application. All the flash code is in there already. You just alter it to how u want it.
- Altera_Forum
Honored Contributor
thanks... I'll try it...