• 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...
  • 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 to store >64K constant data?
    I have a lot of constant data, and the total size is almost 200K. 8-bank will be used. However, I remember that a function can only use the constant data in the same bank. Is it right? and If it is true...