• 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...
  • Big-Endian
    Hi, We are using NXP LPC11C35 and µVision v4.71.2.0. We want to use big-endian format at our variables. At Keil->Project->Options->Target->Code generation->big endian checkbox is disabled. Is...
  • 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...
  • Use of Extern for sharing veriables
    I have a basic question regarding definition and declaration of variables and use of the extern attribute. I thought I understood it but may be not. Here is what I have. 3 separate files.. One of the...