Altera_Forum
Honored Contributor
20 years ago"No CFI Table" error
Hallo,
I'm experiencing a lot of problem with Flash memories and nios2-flash-programmer. First of all: In SOPC builder, I place a Flash Memory Component (CFI compliant) of custom type. I set 22bits for Addressing and 16 bits for data. Why, when I generate my CPU, I get in QuartusII a component memory address bus like add[22..0] (total:23bits) instead of add[21..0] (22 bits)? This is my first trouble. It's a bug? And, how do I connect this to my memory? add[22..1] or add[21..0]? I think add[21..0] but I'm not sure. Second trouble: in SOPC SDK Shell, when I call nios2-flash-programmer, I receive always this answer: NO CFI TABLE FOUND AT ADDRESS 0x00000000. What does it mean? What is CFI TABLE? Where have I to set it? Thanks for any answer. G.