| 1 | '''2017-03-10''' |
| 2 | |
| 3 | Have UART1 and Blinking LED working! For some reason UART0 (USB shared with JTAG) |
| 4 | has only worked once and refuses to do so again. |
| 5 | |
| 6 | Some key discoveries: |
| 7 | |
| 8 | * To change stdout UART channel... |
| 9 | * double-click "system.mss" in BSP. |
| 10 | * click "Modify this BSP's settings" |
| 11 | * on Overview->standalone, find stdin and stdout settings, set both to "ps7_uart_1" for UART on J5 |
| 12 | * To automatically reset and download FPGA when running via USB/JTAG: |
| 13 | * Right-click application, "Properties" |
| 14 | * Pick "Run/Debug Settings" |
| 15 | * Select "System Debugger..." and Edit |
| 16 | * Check all boxes "Reset...", "Program...", "ps7_init", "ps7_post_config" |