• Locating data in upper 64K code w/o banking
    I am sure someone has solved this problem multiple times but I cannot get to the actual solution. I have come close but no cigar yet. What I want to do is create a project using Keil uVision4 tools...
  • Locating data in upper 64K code w/o banking
    I am sure someone has solved this problem multiple times but I cannot get to the actual solution. I have come close but no cigar yet. What I want to do is create a project using Keil uVision4 tools...
  • 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...
  • 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...
  • code_size>64K with C51 => code_size<=64K with CX51?
    Hi all, We are using the C51 with OPTIMIZE (9, SIZE) and we have a problem the code space. The question is : if we change to CX51 and use OPTIMIZE (11, SIZE) , do you think we can save some code...