• More external memory than 64k
    Hello. I am curious why there is a limitation of 64k on the C251 compiler, when the device can handle up to 256k? Is there a way around this?
  • More than 3000 Labels ERROR
    I get an ERROR: More than 3000 Labels in Module....but it compiled 5 minutes ago...and all i changed was a value. Putting that value back didn't allow it to compile.... What exactly is Keil calling...
  • problem with code more than 800 byte size
    Keil evaluation copy is used I am facing problem when i compile a 845 byte size c program written for my project.for 800 bytes it is compiling without error. please help me out for expanding my program...
  • how we are going access both 64k data memory and 64k code memory using 16 address lines in 8051
    Hai, I have a doubt on 8051 micro-controller, i.e for 8051 micro-controller max code memory will be 64k and max data memory is 64k.So how we are going access this both 64k memory of code memory and...
  • 64k banked code
    hi all, i was thinking to write a 512K code as 8x64k banks for an external flash memory, using some kind of jump table for functions call that are to differn banks. Could the Keil banked linker works...