I'm using Vivado and Vitis 2022.2 to try to program a Zedboard v1.1 with an xc7z020clg484-1 and a ARM Cortex-A9 MPCore. I'm able to successfully use the Vivado block diagram creator to use the ZYNQ Processor IP then create a HDL wrapper then to generate a bitstream with no problem. I'm able to export the xsa file to go over to Vitis and create a platform and application process based on the export xsa. I then choose a basic Hello World template from the examples listed on Vitis. I can build the project and Run the C code on the processor hardware from Vitis. I get the following message under the XSCT Console "Info: ARM Cortex-A9 MPCore #0 (target 2) Stopped at 0xffffff28 (Suspended) xsct% Info: ARM Cortex-A9 MPCore #0 (target 2) Running." I've been monitoring the COM ports through the entire process and I see no message printed from the HelloWorld.c file. This also isn't counted as an error so no message pops up from Vitis to help debug the issue. What can I do?