Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCFI FLASH access from Nios IDE
Good afternoon. Unfortunatelly, i didn't find the solving of the problem with CFI Flash, so i decided to create a new thread. I have Cycolne III Dev Kit and flash on the board and want to...
Altera_Forum
Honored Contributor
16 years agoI had the same problem 3 weeks ago.
The CFI flash is a 16-bit addressable device. I guess you have it wired up as if it was 8-bit addressable. Connect bit 1 of the NIOS address to bit 0 of the CFI device in your Verilog eg flash_padd[22..0] = nios_mod.address_to_the_cfi_flash[23..1]; flash_padd[23] = clr; hope that helps ... Bruce