• 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.
  • how to add the two numbers in this controller
    sir , i want to add to data from the external memory. so i need correct format for this controller XBYTE[0x1234] = 0x55; XBYTE[0x1245] = 0x11; how to add this data and save it to another...
  • 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...
  • Map file "number" symbol type access
    Hi, I am using MDK-ARM V5.17 on Cortex-M4. The generated map file contains the following line: __MW_NET_VER 0x06070000 Number 0 net_version.o ABSOLUTE This originates from Keil but does not...
  • 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;...