This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A memory question on Atmel AT89C51CC03

From the data sheet, it says the Atmel AT89C51CC03 has 256 bytes RAM and 2048 byte ERAM. When I use Keil compile my code, at the end, Keil says data = 105, xdata = 2285...

There is no other warning, but should xdata be less than 2048? I am just wondering if this is the root cause of my problem.

Thanks,