• Why shows debugger incorrect address?
    Hi, I'm using Keil uVision. I need my application to start at address 0x08001000 and not on the flash base address 0x08000000. So I changed the R/O Base address in the Linker window to 0x08001000...
  • 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...
  • Does debugger show far * variables correctly?
    Using v6.22, in Dallas Contiguous mode, I created the following simple program: #include <absacc.h> void main(void) { unsigned char far *a; unsigned char far *b; a = FARRAY(unsigned char, 0x7FEDC...
  • Invalid Register
    Trying to program an Atmel 89C2051 device but I get 3 errors exactly the same invalid register. The line of code is MOV R0, R5 Any ideas anyone.
  • Invalid mspace
    Hello, I had this appear when I tried to compile my code in C. WARNING C196: MSPACE PROBABLY INVALID I do know that this occurs when we try to convert a constant to a pointer constant and hence...