Forum Discussion
Altera_Forum
Honored Contributor
17 years agoBooting From Flash
We are interested in using a external flash memory device to store our firmware for our multi-processor design. To boot from this flash device does it need to be CFI compliant or this there other typ...
Altera_Forum
Honored Contributor
17 years agoDear Brendan,
Another question : I am looking at a Spansion CFI flash http://spansion.com/products/support/datas...-p_00_a11_e.pdf (http://spansion.com/products/support/datasheets/s29gl-p_00_a11_e.pdf) 1. It allows for both regular read operations and page read operations (page read operations are much faster !). Using the CFI controller and IDE HAL is there some way to switch to page read operations to speed up the read access to this flash ? 2. For booting from this flash - can the standard CFI boot loader be used (and thus all I have to do is connect up the flash signals and set the correct reset address and then carry out a reset and the boot process will be automatic (assuming that I have set the correct execution adress from which the code is to be run !))?