Little Endian definition

Little Endian means that the low-order byte of the number is stored in memory at the lowest address, and the high-order byte at the highest address. This mode corresponds to the BLE bit of the CTRL3_C register set to 0 (default configuration).

Examples of Little Endian in a sentence

  • The Little Endian stores data with little end or lower end first.

  • If numeric values are stored in multiple byte variables, then the default byte order is CANopen compati- ble: Little Endian – the lower bytes are stored at the lower offset.

  • The way to save the number in the type of Word, Dword, Integer (Int16), long (Int32)and Serial (Int64) to memory is using Little Endian method.