Forum Discussion
Altera_Forum
Honored Contributor
15 years agoInterrupts
Hi. I am trying to work with interrupts, which comes from external source(in my case it is external ADC). I am registering interrupt by: alt_irq_register(BUSY_IRQ, (void*)&edge_capture_pt...
Altera_Forum
Honored Contributor
15 years agoBut according your description, my problem is exactly the second one.I mean
--- Quote Start --- Another problem i had was some trouble with the alt_irq_handler.c and alt_instruction_exception_entry.c. --- Quote End --- So what do you mean: --- Quote Start --- To fix this is use modified functions. --- Quote End --- Do i MUST to modify these files?