Main Content
Stop or Restart Executable Running on AMD SoC Devices
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 enterh = zynq;
To stop an executable running on the hardware, enter:
stop(h,'executableName')
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