Loads into dynamic RAM and sends a file present on the CF into execution.
The difference with the load restart command is that it waits until it encounters the keyword RESTART_POINT before abandoning task execution.
Syntax |
LOAD SYNCH filename. |
---|---|
filename |
Name of the file to be loaded (complete with path and extension). |
Notes |
Example
LOAD SYNCH /FA/task1.elf |
The same command can be invoked directly from project window-->programs.
Reload to memory and restart, corresponds to the LOAD_RESTART command.
Reload to memory and restart synchronized, corresponds to the LOAD SYNCH command.
The difference between 'Reload in memory and restart' and 'Reload in memory and restart synchronized' is that in the first case the task is immediately suspended, reloaded and restarted from step 1 while in the second case (synchronized) the task execution is stopped at the first occurrence of the keyword RESTART_POINT.