Forum Discussion
Altera_Forum
Honored Contributor
11 years agoEPCS access fail
Hi there I'm having trouble accessing the EPCS from withing NIOS. When running the following code: void OpenEpcsFlash() { fd_f = alt_flash_open_dev(EPCS_FLASH_CONTROLLER_NAME);...
Altera_Forum
Honored Contributor
11 years agoI found the problem. The# define ALT_USE_EPCS_FLASH, is removed each time the BSP is regenerated. Thus it needs to be added after BSP generation.
Hope this helps someone in the future Kind regards Jean