• About Little-endian to Big-endian
    Note: This was originally posted on 9th September 2013 at http://forums.arm.com If i change SC100 from little endian to big endian, 1. what should i do about software source code? Only change ADS1.2-...
  • About Little-endian to Big-endian
    Note: This was originally posted on 9th September 2013 at http://forums.arm.com If i change SC100 from little endian to big endian, 1. what should i do about software source code? Only change ADS1.2-...
  • Does C51support Little-endian or Big-endian for 16-bit interger type ?
    I hope to make sure whether C51 does support little-endian for 16-bit integer type. For example: unsigned int wABC = 0x1234; What's the memory arrange of variable wABC in RAM ? Is the content...
  • Does C51support Little-endian or Big-endian for 16-bit interger type ?
    I hope to make sure whether C51 does support little-endian for 16-bit integer type. For example: unsigned int wABC = 0x1234; What's the memory arrange of variable wABC in RAM ? Is the content...
  • Cortex-M3:Little endian
    Hi All, The cortex M3 in STM32F100xx devices stores in little endian format. Does this mean that even the memory locations which I see in KEIL window are in the little endian format? For eg: 0x20000AFF...