top of page

Running "Hello World" on an Ultra96-V2's R5 Processor

Updated: May 14, 2023



Before performing these steps, its required that the following tutorials have been followed and completed.

This guide will simply do a "Hello World" program targeting the R5 processor. The R5 software will be run from within the SDK so make sure switch SW3 is set correctly to run from the JTAG/Serial port.


1.) Create a new Application Project

File->New->Application Project


2.) Select a Project Name and R5 processor. Note that a new BSP will need to be created if one hasnt been created for the R5. Select Next to continue.


3.) Select the Hello World template and select Finish to continue.

4.) Open the R5 BSP just created and double click on the system.mss file to open it and select "Modify this BSP's Settings"


5.) Click on standalone and change the STDIN and STDOUT ports to "psu_uart_1".

6.) The BSP should be rebuilt which can be seen in the "SDK Log Window"

7.) Make sure your Ultra96 is powered on, the Power ON Button(SW4) has been pushed (should hear fans running) and the USB is connected.


7.) Add your PC COM Port to the SDK Terminal Window.




8.) Select your R5_HelloWorld Application Project and then Right Click->Run As->Launch On Hardware (System Debugger).


9.) Verify Serial Port Output.

10.) Congrats. Feel free to experiment with other R5 templates.


Reference


© 2025 by Centennial Software Solutions LLC.

bottom of page