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

w77e58 read or write

How Can I read/write 1K SRAM on chip with w77e58 in keil c51?

Parents
  • The Winbond W77E58 is a derivation of the 80C52. The on chip 1Kbyte is XRAM but must be enabled with the DME0 bit set to 1. This must be set via software. See the on line data sheet in the Keil tool set. On power up reset the bit is cleared. The XRAM will appear as 0x00 -- 0x3FE of xdata. See the C51 manuals for accessing xdata. The WE77E58 is not supported by the Keil ARM tool set but is supported by the PK51 and DK51 tool set.
    Rgds, Bradford

Reply
  • The Winbond W77E58 is a derivation of the 80C52. The on chip 1Kbyte is XRAM but must be enabled with the DME0 bit set to 1. This must be set via software. See the on line data sheet in the Keil tool set. On power up reset the bit is cleared. The XRAM will appear as 0x00 -- 0x3FE of xdata. See the C51 manuals for accessing xdata. The WE77E58 is not supported by the Keil ARM tool set but is supported by the PK51 and DK51 tool set.
    Rgds, Bradford

Children
No data