Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDon't use printf() or printf()-like functions (alt_putstr()) in an ISR! Use the debugger to step into your ISR to find out what could be going wrong. Additionally, I'm not sure that any of the alt_stdio (alt_putstr, alt_printf, etc.) are compatible with interrupts...
Cheers, - slacker