• 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...
  • Problem declaration
    Hello My problem is that i want to create a file that contains some subroutine and call these routines from an other files that contains the main program. So in the main file i write this lines ...
  • Bit declare
    How can I declare a bit variable? THanks Nguyen The Son
  • New array declaration
    Hi everyone can someone tell me how to declare a array of 20 characteres. I wanto to use this array to fill with a string and then display it in a LCD. Also I wanto to use a pointer to read or write...