Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe printf() function is probably using interruption itself to write to the JTAG UART, so you can't call it from an ISR or a DMA transfer callback function. If this is what you are doing then it could explain why the system hangs.