Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2 Flash READ/Write
I am trying to write my output results on to flash( s29al032d mode 3) and then I want to read that results again in another code. I have written code which controls flash using it's CE,OE,WR,RESET...
Altera_Forum
Honored Contributor
17 years agoFlash memory can't be simply written. You have to a perform an enable sequence before, see the datasheet for details. Also, flash memory has to be erased sectorwise before writing to it. I think, all Terasic examples are handling the flash memory in NIOS processor, there's no plain HDL example code.