Double-click hello_world_a72, then double-click Source > src and select helloworld.c.
This opens the
helloworld.csource file for the hello_world_a72 application.Modify the code to add
sleep (1)arguments in the print commands as shown below:sleep (1); print("Hello World from APU\\n\\r"); print("Successfully ran Hello World application from APU\\n\\r");