Loads a file present on the CF into dynamic RAM.
Syntax |
LOAD filename |
---|---|
filename |
Name of the file to be uploaded (complete with path and extension) |
Notes |
If program autoloading is not enabled from the project configurator, this command is usually entered in the AUTOEXEC.STP file to load all executable files, i.e., programs, into RAM at switch on (use the RDIR directive to check which executable files are loaded into RAM). It is recommended to use autoloading from configurator. The corresponding LOAD command will be entered in the RTE.CFG file |
Example
Project configurator-->configuration board-->RTE |