Skip to main content

OrBIT User Guide

platformAddressSize

In this section:
Information type

General information

Syntax
"platformAddressSize": width
Parameters

width

The width in bytes (integer), depending on dependent on the device architecture:

  • 2 for 16-bit architecture devices

  • 4 for 32-bit architecture devices

  • 8 for 64-bit architecture devices

For use with

The product configuration file for all eSecIP editions.

Description

Use this field to specify width of the native address size for the device.

This field is mandatory.

Example
"platformAddressSize": 2

This specifies the width for a 16-bit architecture device.