Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI can debug, but not run
This is a slightly modified "hello world" and I can "debug" it, but I'm not able to "run" it. Here is my log: DEBUG starting:
Executing: ' --device=1 --instance=0 --sidp=0x11070...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Does your design have a JTAG uart? --- Quote End --- Yes it does. --- Quote Start --- If so, remove it and replace with a real UART module. Don't forget to add the external signals and specify the I/O pins/voltage standards. Connect a USB cable, or USB to serial cable depending on what your board has. Make sure your PC has the USB serial drivers loaded and a terminal program like PuTTY etc running. Set the RS232 settings on the terminal program to match what your UART module is using. --- Quote End --- Unfortunately my board does not have a legacy UART port, so JTAG UART is my only option. I did assume this JTAG UART could free run without any JTAG connected. Am I wrong?