Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to use an EPCS Flash
Hallo together, I'm actually trying to save data from NIOS II into an EPCS64 device. My system contains an EPCS controller. But now the confusion is complete, there are so many files for usin...
Altera_Forum
Honored Contributor
14 years agoOk,
take a look within altera_sys_init() function placed within a file with same name and verify that is present ALTERA_AVALON_EPCS_FLASH_CONTROLLER_INIT call (that file is under BSP folder). If it is present take a look to where that macro is defined (altera_avalon_epcs_flash_controller.h) and verify that it is not empty; in that case (defined empty) it means that it is not satisfied following definition check:#if (!defined(ALT_USE_SMALL_DRIVERS) && !defined(ALT_SIM_OPTIMIZE)) || defined ALT_USE_EPCS_FLASH. The use of small driver is selected within BSP editor. Ciao