User`s guide

Memory Allocate
standard memory sections or a custom section that you declare
elsewhere in your code.
Memory section
Identify a specic memory s ection to allocate the variable in
Variable name. Verify that the section has sufcient space
to store y our variable. After you specify a memory sectio n by
selecting Specify memory section and entering the section
name in Memory section,useBind memory section to bind
the mem ory section to a location.
Bind memory section
After you specify a memory section by selecting Specify memory
section and entering the section name in Memory section,
use this p arameter to bind the mem ory section to the location in
memory specied in Section start address.Whenyouselect
this, you enable the Section start address parameter.
The new memory section specied in Memory section is de ned
when you check this parameter.
Note Do not use Bind memory section for e xisting mem ory
sections.
Section start address
Specify the address to which to bind the memory section. Enter
the address in decimal form or in hexadecimal with a conversion
to decimal as shown by the default value
hex2dec('8000').The
block does not verify the address—verify that the address exists
and can contain the memory section you entered in Memory
section.
See Also Memory Copy
9-25