Main Content

Stop or Restart Executable Running on AMD SoC Devices

  1. In the MATLAB® Command Window, create a handle for the connection to the AMD® SoC device. Enter:

    h = zynq
    

    Note

    If a previous instance of a AMD SoC device object such as h, is available in the MATLAB Workspace, you do not need to enter h = zynq;

  2. To stop an executable running on the hardware, enter:

    stop(h,'executableName')

  3. To restart a stopped executable, or to run multiple instances of an executable, enter:

    run(h,'executableName')

    For example:

    stop(h,'zynq_gettingstarted')
    
    ....
    
    run(h,'zynq_gettingstarted')
    
    ans =
    
         1