Hardware Programming¶
Before running the application, the hardware need to be setup.
Power on the hardware platform and ensure that the JTAG connection is properly established.
To receive the UART output of this standalone application, connect the USB-UART of the development board to the PC and run a console program, such as PuTTY.
Boot Steps¶
Go to Debug Configurations.
Select Single Application Debug.
Navigate to the Connection tab, click New, and select the appropriate hardware.
Note
Ensure the hardware is set up correctly before executing this step.
Select the ELF file generated in the application.
Click Debug and check the output in the serial monitor.
Click on the highlighted icon.
The run configuration will first program the FPGA with the bitstream, then load and execute the application. You can view the UART output of the application in the console window, and it should appear as follows, indicating that the endpoint (EP) has been successfully enumerated.