Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Reserve Command Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
Reserve CommandThe Reserve command instructs RTLoc to reserve memory for another program: Reserve = ApplicationName Parameter ApplicationName specifies the name of the application whose address range must be protected. RTLoc will search for the file ApplicationName.RTB in the default directory and in RTLoc's load directory. This command is typically used to reserve space for the RTTarget-32 Monitor when the program is to be debugged or run via download. When running under the debugger's control, two programs must coexist on the target: the Monitor and the application under test. Example:Reserve Monitor The reserved program must not have remapped pages (thus, FillRAM or virtual regions cannot be used by it; however, they can be used by the application) and its heap (if any) must have Read/Write access. It must not use RTTarget-32's uncommitted memory support. The reserved program and the application must both use paging or must both run without paging.
|