Altera_Forum
Honored Contributor
11 years agoJTAG UART repeating characters on Cyclone IV Transciever Kit
I am not sure what is up ... I have tried JTAG_UART with interrupt and polling ( with small model ) and there doesn't seem much difference.
If I fun printf("Hello\n"); ten times through a loop, the result is similar but not the same number of repeated characters. HHHHHHHHHeeeeeeeeeeeeeeeelllllllllllllllllllllllllllllllloooooooo instead of Hello. It is like the JTAG UART is picking up extra but correct charaters. I have run memory tests and may try output to the LCD ... but I believe the data and text side of things are fine since the program execution is fine just the stdio via the JTAG UART seems to be problematic. Any ideas ? Thanks, Bob. PS: I checked via the Eclispse Debugger the string constant "Hello" in memory and it looked fine .