• Complex numbers warnings(KB: Unexpected type: 6)
    Similar question as http://www.keil.com/forum/58410/ . I use complex.h in one c-file. I compile that file as C99. I get the following warnings: KB: Unexpected type: 6 double _ComplexKB: Unexpected...
  • TYPE GEN: TYPE TOO COMPLEX
    This is the error message I get. The projext is for the NXP P80C51MC2. The code size is around 400K bytes. This occurs after I add another instance of a structure to the code. I have about 450 instances...
  • Multiplication type of two number
    Is there any diff b/w multiplication time of same data type with variables with different values. e.g uint32_t x; uint32_t y; y = 2; x = 5; y = x*y; y = 655356; x = 369; y = y*x; ...
  • Problem with floating point number
    My Hardware has STM32L162VD as main processor and other modules on it like GPRS module SIM900. I noticed that when the hardware is under test after few hours the floating point numbers in RAM registers...
  • Is there a data type NUMBER
    I don't understand this line of code: EXTRN NUMBER (?ABD?CORE) EXTRN is external variable ? NUMBER is a data type? And what is (?ABD?CORE)? Thanks for letting me know.