• Memory declaration problem
    How come there is obviously space (gap) in the memory, but when I declare the Test[10] between the 0x34 and 0x62 the program kept saying overlap and address overflow. IDATA 0029H 000BH UNIT ?ID?XXACT_H...
  • Bit declare
    How can I declare a bit variable? THanks Nguyen The Son
  • C declaration
    Hi, I saw a declaration as below typedef void (*P) (FORMAT_INFO *fmt); what is this declaration for? thank you so much best regard, paul
  • IData Declaration
    Hello everyone, I am using an 8051W device with uVision V4.02, working with an external C Tester and it's not recognizing the terms "idata" or "xdata". While I can create workarounds to this (ie...
  • Volatile declaration
    Should I be using the "volatile" declaration with the Keil C compiler? It hasn't made a difference so far - as far as I can tell (which may or may not mean anyting). The manuals make no reference to it...