This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is nRF51 development kit big endian or little endian?

FormerMember
FormerMember

Hello!

Anyone know the nRF51 development kit transfer and store data value on memory address as big endian or little endian?

Parents
  • I told you this as an answer to your previous question. It has nothing to do with the nRF51 development kit the ARM Cortex processor in the nRF series is little endian. It's documented in the nRF series manual, even if it weren't, although ARM allows for big or little endian, I can't think of one I've seen which is big, and even if you weren't absolutely sure from the documentation and the usual practice, there's a register you can read in the processor which tells you what the endianess is.

    You appear to still be trying to solve a problem you don't have.

    And you double-posted it too

Reply
  • I told you this as an answer to your previous question. It has nothing to do with the nRF51 development kit the ARM Cortex processor in the nRF series is little endian. It's documented in the nRF series manual, even if it weren't, although ARM allows for big or little endian, I can't think of one I've seen which is big, and even if you weren't absolutely sure from the documentation and the usual practice, there's a register you can read in the processor which tells you what the endianess is.

    You appear to still be trying to solve a problem you don't have.

    And you double-posted it too

Children
Related