• On Chip RAM
    Hi I am new to KEIL compiler I had downloaded keil compiler uvision3 evalution version In that they have given one example program "HELLO" i compiled that code it worked ok But when I tried to...
  • interacting with a k6x8008 ram chip
    hello everyone, I am reading some code on a system that connect the 8051 with an external ram chip but I have no idea what is going on with the code, I have been struggling on this for quite some time...
  • On Chip Ram OF 89v51rd2
    In c how to declare the variable of 89v51rd2 on chip RAM from 000 to 2FF ?
  • Stack and On-Chip Ram
    I am using an external Stack. suppose i decalre a function like this. func(data char ch) { data char s; . . . } Both ch and s will be stored in On- Chip RAM. But usually function...
  • Difference and significance between on chip RAM & on-chip XRAM
    What is the exact difference between On-Chip RAM & On-Chip XRAM ? Is the means XRAM means only extended RAM? What is the significance of both?