ROMWIDTH (Windows CE 5.0)

This configuration option specifies

  • The number of data bits of each ROM
  • How Romimage.exe splits the run-time image

ROM can have 8, 16, or 32 data bits. The size determines the format for the way in which the 32-bit addresses from the run-time image are mapped to the data bits.

This option uses the following syntax.

  ROMWIDTH = width

Parameters

  • width
    The width, in bits, of the ROM.

    The following table shows how Romimage.exe splits the run-time image depending on the value of width.

    Value Description
    32 Romimage.exe puts the entire run-time image into one file.
    16 Romimage.exe splits the run-time image into two files of even and odd 16-bit words.
    8 Romimage.exe splits the run-time image into four files of even and odd 8-bit bytes.

Remarks

This configuration option, along with ROMSIZE and ROMSTART, defines the .abx data format.

See Also

CONFIG Section | Absolute Binary Data Format | Binary Image Builder File

Last updated on Thursday, February 02, 2006

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.