Loads into dynamic RAM and sends a file present on the CF to execution.
Syntax |
LOAD RESTART filename |
---|---|
filename |
Name of the file to be loaded (complete with path and extension) |
Notes |
Example
LOAD RESTART /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.