• "mnemonic expected" error
    hello I have this error due to my assembly debugging in keil uvision4 for infineon c167cs device: main.c(15): error C195: inline-asm: Mnemonic expected does anyone know what it is about?? ...
  • Anomaly: pflash.a66 coding standards, mnemonics
    ISO/IEC 12207 (1995) 5.3.7.5 e) states: "Appropriateness of coding methods and standards used;". The generally accepted commercial practices recommend using mnemonics instead of numeric values. ...
  • difference between short and char
    Hi all, What is the difference between the data types char and short? According to the book, they are both 8 bits and have the exact same range. Thanks, Steve
  • Type conversion(short to Q15)
    Dear all I have sampled some data using a 16bit ADC the data is in short(16-bit int) format, now I want to use the Cortex CMSIS DSP library to do some calculations like calculating rms values.I have...
  • What is a short variable?
    Hi, I'm now porting a (by a former employee) RC-51 compiler developped application to the Keil ARM RealView compiler. First I need to know what variable types are used in both compilers and how...