msbFirst Configuration Parameter
Posted: Thu Jun 29, 2023 7:55 pm
Hi,
Chapter 3.2 Processor-Configuration Parameters of the Xtensa Instruction Set Architecture (ISA) Summary [1] reads as follows:
"Core Processor-Configuration Parameters lists the processor-configuration parameters that are required in the core architecture. Additional processor-configuration parameters are listed with each option described in Architectural Options on page 73.
Table 5: Core Processor-Configuration Parameters
Parameter : msbFirst
Description: Byte order
Valid Values: 0 or 1
0 → Little-endian (least significant bit first)
1 → Big-endian (most significant bit first)"
Is this setting hardcoded into the chip or is it somehow changeable?
Best regards
[1] https://esp32.com/download/file.php?id=10134
Chapter 3.2 Processor-Configuration Parameters of the Xtensa Instruction Set Architecture (ISA) Summary [1] reads as follows:
"Core Processor-Configuration Parameters lists the processor-configuration parameters that are required in the core architecture. Additional processor-configuration parameters are listed with each option described in Architectural Options on page 73.
Table 5: Core Processor-Configuration Parameters
Parameter : msbFirst
Description: Byte order
Valid Values: 0 or 1
0 → Little-endian (least significant bit first)
1 → Big-endian (most significant bit first)"
Is this setting hardcoded into the chip or is it somehow changeable?
Best regards
[1] https://esp32.com/download/file.php?id=10134