RAM_AUTOSIZE (Windows Embedded CE 6.0)

1/5/2010

Use the RAM_AUTOSIZE flag to adjust the start address of RAM to the end of the last XIP region.

This has the same effect as using the AUTOSIZE flag under nonmultiple XIP builds.

The following example shows how to set this flag to ON.

RAM_AUTOSIZE=ON

Note

If the RAM_AUTOSIZE flag is ON, the ROM_AUTOSIZE flag must also be ON; otherwise, RAM_AUTOSIZE is ignored.

See Also

Reference

Romimage

Concepts

CONFIG Section
Binary Image Builder File

Other Resources

Memory Architecture