Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAre you reading from a CFI flash device? If so, then there's no need to use the HAL's flash layer to read from it. You can use memcpy (or the like) directly.
If you're reading from a serial flash, are you checking the return code of alt_read_flash? Are you "opening" your flash properly...and checking the return codes there, as well? Best Regards and Good Luck! - Brendan