User`s guide
Memory Allocate
Specify variable alignment
Select this option to direct the compiler to align the variable in
Variable name to an alignment b oundary. When you select this
option, the Memory alignment boundary parameter appears so
you can specify the alignment. Use this parameter and Memory
alignment boundary when your processor requires this feature.
Memory alignment boundary
After you select Specify variable alignment, this option enables
you to specify the alignment boundary in bytes. If your variable
contains more than one value, such as a vector or an array, the
elements are aligned according to rules applied by the compiler.
Data type
Defines the data type for the variable. Select from the list of types
available.
Specify data type qualifier
Selecting this enables Data type qualifier so you can specify the
qualifier to apply to your variable.
Data type qualifier
After you select Specify data type qualifier,youenterthe
desired qualifier here.
Volatile is the d efau lt qualifier. Enter
the qualifi e r you need as text. Common qualifiers are
static and
register. The block does not check for valid qualifiers.
Data dimension
SpecifiesthenumberofelementsofthetypeyouspecifyinData
type. Enter an integer here for the number of elements.
Initialize memory
Directs the block to initialize the memory location to a fixed value
before processing.
Initial value
Specifies the initialization value for th e variable. At run time, the
block sets the memory location to this value.
9-23