Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12590 Discussions

Bigg flash with "Common Flash Interface"

Altera_Forum
Honored Contributor II
1,218 Views

When I search the internett I am not able to find flash memory with "Common Flash Interface" that is bigger than 16MBytes. 

 

As I have interstood is "Common Flash interface releated to NOR Flash, 

and "Disk On Chip" interface is releated to NAND FLASH. 

 

Does someone know about som bigger memory with "Common Flash Interface"? 

 

It is possible to connect NAND FLASH to the Avalon Tristate Bridge?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
356 Views

 

--- Quote Start ---  

originally posted by doofus64@May 23 2006, 03:06 AM 

when i search the internett i am not able to find flash memory with "common flash interface" that is bigger than 16mbytes. 

 

as i have interstood is "common flash interface releated to nor flash, 

and "disk on chip" interface is releated to nand flash. 

 

does someone know about som bigger memory with "common flash interface"? 

 

it is possible to connect nand flash to the avalon tristate bridge? 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15523) 

--- quote end ---  

 

--- Quote End ---  

 

 

Nor flash, you can design your verilog file as user interface attached to avalon. 

It&#39;s very easy. 

 

I thought it&#39;s a good idea to connect Nand flash to the avalon tristate bridge. 

Just connected the Address line to the ale,cle. for example A2->ale, A1->cle 

 

then you can write the nand address port: base+0x04 

command port: base+0x02 

read and write data port: base
0 Kudos
Reply