Modifying the helloworld_a72 Application Source Code - Modifying the helloworld_a72 Application Source Code - 2025.2 English - UG1305

Versal Adaptive SoC Embedded Design Tutorial (UG1305)

Document ID
UG1305
Release Date
2025-12-09
Version
2025.2 English
  1. Double-click hello_world_a72, then double-click Source > src and select helloworld.c.

    This opens the helloworld.c source file for the hello_world_a72 application.

  2. 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");
    
    ../_images/apu_example_code.PNG