- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Host,
Please tell me, how much maximum density of Flash Memory is supported by Cyclone III EP3C120F780I?Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The maximum size doesn't depend on the FPGA model itself, but on the flash controller you implement inside.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry. I though you meant to connect to a flash memory for general purpose use in your design.
If you indeed want to configure fpga from a parallel flash, what you find in the datasheet is true: you are bound to the listed devices families. You could also exceed those flash sizes, but you must drive the extra address pins- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ah Sir, through our conversation, i got your point. I am using it for General Purpose in my design.I am not bound for size. There are limitations in Flash Controller. Am i right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please tell me one more point that i have used Cyclone III DSP Development Kit. On this kit, (32Mx16) Flash Memory is used. Part Number is S29GL512N. In this flash, nbyte signal is used for the 8-bit and 16-bit selection. The flash is successfully programmed.
Now, i have design FPGA card and use 1Gb Flash Memory having part number S29GL01GS. Its size is 128MB. In this memory, nbyte signal is not present. I have write my software that was used with previous memory. How can i accommodate the nbyte pin in Flash controller. If i run the Test program on it, the program is failed. Please provide the remedy for this issue. I am very worried about this fault. Regards, Mohsin Hayat- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also use the S29GL01GS flash on one of my boards and it definitely has the nByte pin. If you use the memory in 32Mx16 configuration it must be hardwired to a high level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you plz mention it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you sir. This point is clear to me.
I want to discuss one more point with you. I want to configure this device with FPGA for general purpose use. When i run the Memory Test, its give the error, "Flash is not open". Please guide me how can i debug this issue.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One more request, Would u please mention nbyte pin in this flash package. Because i didn't find in that package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- One more request, Would u please mention nbyte pin in this flash package. Because i didn't find in that package. --- Quote End --- P Sorry, you are right. S29GL01GS actually has not nbyte pin and it has a 16bit fixed width. I didn't notice that I have S29GL01Gp and this part does have the nbtye option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Thank you sir. This point is clear to me. I want to discuss one more point with you. I want to configure this device with FPGA for general purpose use. When i run the Memory Test, its give the error, "Flash is not open". Please guide me how can i debug this issue. --- Quote End --- Try debug into library code and find out what exactly generates the error. I guess the Altera HAL driver doesn't support that specific device size; if you are lucky it's simply a matter of adding the device code to the list of supported ones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please tell me specific function where can i add the device add?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That was only my guess and I don't know if it could be a solution.
As I said in my previous answer, first of all you must find out the reason why the driver can't open the flash device. Start the program with the debugger and step inside the alt_flash_open_dev function- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What are the possible reasons, so i can sort out them one by one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please help me in finding this fault.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page