Forum Discussion
Altera_Forum
Honored Contributor
18 years agoHelp with Flash memory reading
hi, I am new to digital design and FPGAs, and I am having trouble with the flash Memory on the Cyclone II development board. I am playing around with a simple (6502) based cpu core (actual...
Altera_Forum
Honored Contributor
18 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.