Hello all,
I am trying to implement a UARTlite to eventually connect to a PMOD serial port connector. At this point, I would just like to make a system wrapper and block diagram that work when I make a hello world program for them in SDK. It seems that when I add the UART, modify the wrapper and then synthesize/implement/export, make a bsp and then a hello world program, I can't see the output on any of the COM ports, taking care to set the right baud rate.
If anyone has tips as to what precisely happens when I enter a print command, and why it goes out which COM port when, I would appreciate an explanation.
Also if anyone has experienced this or similar problems with losing and restoring STDIO because of a uart, lite or otherwise, I would like to hear your experience and what you did to bring back stdio.
-Rob