Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Nothing Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
NothingRTLoc can reserve memory on the target without associating it with anything using the Locate Nothing command. Locate parameter Name can be an arbitrary string. You will have to supply the Size parameter because there is no default value. The default Access value is NoAccess. Nothing sections can be located at run time using the RTLocateSection function. Use Locate Nothing when you need to reserve memory in a particular region.
|