Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMy program also let blink LEDs, I have a timer that activate LEDs when no Commands are received via UART (reading the UART works). I can send a Command via UART, that requieres a response via UART. After several Sends, I can be sure that the software does not stuck anywhere.
Exactly, while the JTAG UART is connected to my board, the transmit via UART works fine, I can see it with a serial port monitor. Without the JTAG UART connected, they will be no response to my pc, but the TXDATA of my UART will be filled with data. Receiving data still works. Its my goal to let my programm run without NIOS, so without any JTAG UART Connection. So I dont realy care about the NIOS Terminal, if I am right the terminal just work with a JTAG connected, but I already know that my Software work with JTAG connected, but not without JTAG I see, after compiling my program and running it on my board, my USB Blaster lights up the whole time. (There is JTAG_UART Function used in my software, I searched whole workspace for "JTAG")