• 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...
  • 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...
  • cbnz - Error: branch out of range
    I have a piece of assembler code which doesn't pass: 3: ldrb r1,[r4],#1 cbnz r1,3b @ skip until 0 This gives arm-none-eabi-as -g -al -o simple.o simple.s >simple.lst simple.s: Assembler messages...
  • cbnz - Error: branch out of range
    I have a piece of assembler code which doesn't pass: 3: ldrb r1,[r4],#1 cbnz r1,3b @ skip until 0 This gives arm-none-eabi-as -g -al -o simple.o simple.s >simple.lst simple.s: Assembler messages...