• address range
    Hello! I have a problem and need a help! I use the macro XVAR for a bus communication. I have defined: #define name XVAR(unsigned char, 0x100000) name= 0x10; In the START167.A66 File this address...
  • Addresss Range
    Hi. I am currently using the eval tools from the Pont book. I am just getting going with the Hello.c example. When I compile I keep getting the Error 65 message and a Hex display from 0x0000 to 0xFFE9...
  • XDATA Range Error
    I'm using the latest (Evaluation) version of UVision2. I have a project in which the EPROM and RAM are tied together. The EPROM is at 0-7fffh and the RAM at 8000h-FFFFh. In Target Options I get the error...
  • Error L227 Parameter out of range
    I'm using uVision3 with V8.18 C51 compiler. I have this old code from many years ago which I'm trying to build and supposedly it built fine at that time, but don't know which version of compiler was...
  • What is range of the ticks in the os_wait()
    hi: I want to know the range of the ticks in the os_wait() when the event which is timeout or interval is being waited for. for example: os_wait(K_TMO, ticks ,0); os_wait(K_IVL, ticks ,0); what...