Activity for AndyP

  • AndyP AndyP posted a comment on discussion Help

    I am trying to configure the memory layout for an 8051 project. When the linker runs it gives the following errors: ?ASlink-Error-Could not get 11 consecutive bytes in internal RAM for area OSEG. ?ASlink-Error-Could not get 5 consecutive bytes in internal RAM for area OSEG. ?ASlink-Error-Could not get 3 consecutive bytes in internal RAM for area OSEG. Looking at the .mem file the linker has generated this is probably correct as it has allocated 128 bytes of stack at offset 0x80. I can reduce the...

1