Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tinydtls-dev] master-key generation problem

Hi Olaf,

On 11.05.2017 10:54, Olaf Bergmann wrote:
Hoping that there is no stack smashing: Do you happen to know the
current endianness of your CC2538 platform?

The define for `BYTE_ORDER` is set to `LITTLE_ENDIAN` as far as I've checked and RIOT states the same:
GCC: mcpu=cortex-m3 -mlittle-endian -mthumb -mfloat-abi=soft

And in the .map:
OUTPUT(.../RIOT/examples/dtls-echo/bin/cc2538dk/dtls_echo.elf elf32-littlearm)

Cheers
Michael



Back to the top