0

I am trying to use flash memory in Stratix IV GX fpga kit. For that I went through the pin details of the same. But the I was expecting "write enable" which will determine data is to be written to or read from the memory.

Is it the printing mistake of data sheet or is there other signals to do the same function ?

Roh
  • 4,598
  • 6
  • 41
  • 86
tollin jose
  • 3,092
  • 9
  • 35
  • 53

1 Answers1

1

On the Stratix IV GX FPGA Development Kits web page, you'll find the Stratix IV GX FPGA Development Board Reference Manual (PDF) where you'll find the documentation for the MAX II CPLD EPM2210 System Controller beginning on PDF page 15, and the FSM bus flash write enable (FLASH_WEn) in table 2-6 part 3 of 4 on PDF page 18, showing both the MAX II CPLD EPM2210 and EP4SGX230 pin numbers.

In the Stratix IV GX FPGA Development Kit User Guide (PDF) you'll find Appendix A. Programming the Flash Memory Device.

  • thnx @david. But why write enable pin number is not in page 70 of same document. Where all other pins related to flash are listed ? – tollin jose Feb 23 '15 at 03:28