This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

is cortex M0 little or big endian?

Hi

Maybe silly question: I was wondering: if I cast a pointer to a uint32_t to an array "buff" of uint8_t, what is held in buff[0], MSByte or LSByte? Or in other words, what is the endianness on the Cortex M0 on the nrf51822?

thx

Related