• Complex numbers warning (float _ComplexKB: Unexpected type: 6)
    Hi, I have defined a struct in test.h file like this struct Measurement_results { float a; complex float b; }; Now I use the struct in test.c file struct Measurement_results myResult;...
  • 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; ...
  • 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.
  • unexpected code
    There is simple code usRDelay(17); Comm_LineOut_Port=SendData.B.Bit02; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit01; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit00; usRDelay(17); Comm_LineOut_Port...