Altera_Forum
Honored Contributor
16 years agoHow to connect flash to CFI controller?
In our system Intel 256P30 flash is connected with FPGA.
We want to be able to program flash. On this purpose SOPC builder design with CFI controller core was created. Then SOPC builder generated system with Avalon-like interface, but Intel P30 flash have different interface (with write enable signal, output enable signal and etc). Then question arises: How to connect flash to CFI controller? (more precisely: Should readenable_n be connected to OE_N, writeenable_n to WE_N, chipselect_n to CE_N?) And if my supposition is correct, how write operation should be performed? (Flash should recieve speсial command to perform write operation)