Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHAL API for CFI FLASH write
Hello, My custom design is done with a ARRIAI-IGX FPGA connected to a 512Mbits CFI FLASH with blocks of 128ko. I have implemented a NIOS CPU in order to write/read to/from the CFI FLASH. ...
Altera_Forum
Honored Contributor
14 years agoIIRC Altera supply the source for alt_write_flash_block() so you can use it as a template for what you want to do.
A useful NOR flash write function would take a byte/word offset and allow the write if it didn't need to set any bits.