Altera_Forum
Honored Contributor
20 years agoJTAG UART Gotcha...
I've just been bitten by the JTAG UART hanging my system when the USB cable was disconnected.
I'd read about the dangers of the 'small' mode, and I have a valid system clock timer, etc.. But, it turns out my problem was the order of the JTAG UART vs. SYS_CLK_TIMER in SOPC builder - the UART was trying to initialise before the clock, so it's call to alt_alarm_start was failing silently, and the timeout procedure never gets called... Easy to fix, but a pain to track down... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif - Roddy