Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYes, I think you are operating the flash interface correct now, both for read and write (exept for the missing 16'bz setting, I think).
--- Quote Start --- i expect that the Data hBDE7 was set at Adress 1 in de flash --- Quote End --- But actually nothing happens, as I already told you --- Quote Start --- You can't write data to a flash memory by simply activating WE. Consult the flash datasheet at the DE2-70 system cd, you'll see that it's a rather complex action to write data to a flash. Basically it can be done in HDL code, but not in a few lines of code. --- Quote End --- This didn't mean the bus signals, it's about a complex command sequence.