• STR9 128K Bank1 ICP Programming problem
    I have been trying to boot from bank 1 of an STR9 I have used the following example as a test case http://www.keil.com/support/docs/3347.htm this programs fine on condition it targets a STR9...
  • LX51 - what code changes are needed to access 128K of memory
    I have a board with a DS80C310. I have been using Keil tools for years. We are considering expanding from 48K of RAM to 128K RAM. I was reading the Keil newsletter which discusses the new LX51 Extended...
  • How to enlarge 64k data memory to 128k data memory on 8051 ?
    Dear, How to enlarge 64k data memory to 128k data memory on 8051 ? Best Regards, Jimmy
  • address space overflow even code space available
    I have a program about 1K size to program into 4K rom space. Linker is giving ADDRESS SPACE OVERFLOW error for certain segments (2 interrupt segments and const segment) but these code are small enough...
  • CODE space allocation
    I have a project which has a large ROM, of which only 8KBytes is visible to the CPU. The rest of the ROM is accessed by a custom memory scheme. I want to ensure that all the CODE in the ROM resides...