• 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-...
  • DMA & SSP big endian
    Hi, I'm using LPC2478. My board connected to Analog Device ADE7878 chip that has Fast SPI that send continusly data. Its 3 wire protocol that start the CS bit then clock out 7*32 bits (total 7*4 bytes...
  • exception for big endian
    Note: This was originally posted on 2nd September 2009 at http://forums.arm.com Hello experts, I am trying to modify my software platform and application for big endian(BE8) mode, and the hardware platform...
  • Flash.ini or XRAM.ini with Big Endian Format ?
    Hello, When I compile a simple Hello World program in the Big Endian Format (with GNU tools) and test it on the flash, it does not print anything on my terminal. If I launch the same program in Little...
  • 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...