Forum Discussion

CPaul10's avatar
CPaul10
Icon for New Contributor rankNew Contributor
5 years ago

[ DE0-Nano ] Question about JTAG Uart & RS232 Uart

Hi

I would like to control DE0-Nano on PC by JTAG UART, also I can command DE0-Nano do something by rs232 UART.

But it seems can't output string through rs232 UART, when JTAG UART is exist in Nios II system.

If I remove JTAG UART IP, the rs232 UART can output string normally.

Is it possible use JTAG UART and rs232 UART at same time?

4 Replies

    • BoonBengT_Altera's avatar
      BoonBengT_Altera
      Icon for Moderator rankModerator

      Hi @CPaul10,

      Per my understanding, output simultaneously to RS232 and JTAG are not possible.
      If you do not mind me asking, what would be the use case that required you to do so?
      Also for the stdout setting changes to RS232, I believe that is in the BSP editor setting.

      Warms Regards,

      • CPaul10's avatar
        CPaul10
        Icon for New Contributor rankNew Contributor

        Thanks for your reply.

        My project is work well.