• Listing Compiled Constant Data
    I wish to be able to view the constant data generated by the compiler. IE char code * some_strings[] = { "some text", "some more text" }; The compiler shows none of this pointers or actual...
  • List of calculated constants
    I use the preprocessor to calculate a rather large array of constant values (it get more comples later) such as #define LM2 0x2040 #define LSENS 0 // NOTE: LSENS MUST BE LESS THAN HALF LM2 IF CHANGED...
  • Compiler Bug List for C51
    I'm currently on a program that uses Keil Compiler v 5.20 (DLL 1.32a). The program does not want to change compilers at this point. So I need to be aware of the compiler bugs in this version of the compiler...
  • serial port data/constant delay
    Hi I m recieving the serial port data by using the scanf command and then running a loop for inserting the delay the character got from serial port will determeine the delay But the problem i...
  • How to store >64K constant data?
    I have a lot of constant data, and the total size is almost 200K. 8-bank will be used. However, I remember that a function can only use the constant data in the same bank. Is it right? and If it is true...