• Double & long double support in keil
    I am using double & long double & check that both take same size in keil i.e 8 bytes. Shouldn't be long double take 16 bytes or keil 4.70.0 compiler don't have it.
  • Saving Long Double Variables to Eeprom
    Hi, I have a Long Double (ld) variable which is 8-bytes long, and i need to write on eeprom to save settings for initializing of the system. As we know eeprom works on 1-byte memory sections so i...
  • No Root Segment, no call tree..
    I'm using an assembler startup file like the one given in the C manual. When I compile and link the project I get a Warning 10, No Root segment. Apart from this, the linker doesn't make an overlay...
  • CANNOT DETERMINE ROOT SEGMENT
    when i compile a programe in V6.12,the compiler gives L10 Warning:CANNOT DETERMINE ROOT SEGMENT,how to solve this problem?
  • long bit fields
    I am using the SPI to access a couple of 20 & 24 bit A/D converters which have some digital status bits preceding the reading. I already have some C code written (for another CPU) that defines the incoming...