Skip to main content

IAR Embedded Workbench for RX 5.20

--endian

In this section:
Syntax
--endian {b|l} 
Parameters
b

Specifies big-endian as the default byte order for data.

l (default)

Specifies little-endian as the default byte order for data.

For use with

All C-SPY drivers.

Description

Use this option to specify the byte order of the generated data. (Code is always little-endian.)

See also

Byte order

Caution

Project>Options>General Options>Target>Byte order