Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI fixed my issue.
In fact I had error during the compilation with the alt_ic_irq_enable() function. I thougth that there was a problem with the BSP library (linking problem). In fact, I was using legacy functions but the required define in the system.h was not used./*#define ALT_ENHANCED_INTERRUPT_API_PRESENT*/# define ALT_LEGACY_INTERRUPT_API_PRESENT I am migrating as project from Quartus 8 to Quartus 11.0 and therefore I have that kind of issues.