Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSituation with Interrupts
Hallo, I have a strange Problem with INterrupts. I have a single Thread application which after initialisation of several parameters, registers and enables an Interrupt and then proceeds ...
Altera_Forum
Honored Contributor
13 years agoDoes your ISR actually request the hardware remove the IRQ?
Is the hardware requesting another interrupt faster than the code can actually service the previos request. Breakpointcode code that uses interrupts is not necessarily useful. Even printf()s can slow the code down too much. Often it is necessary to write trace entries into an array - and look at it later.