I'm trying to write and read internal RAM with w77e58 but without success. I'm using the following code. #include<string.h> #include<W77E58.h> unsigned char xdata xdata_buffer [1]; void main(void){ TA = 0xAA; /*W77e58 Time Accessed Functions*/ TA = 0x55; memcpy (xdata_buffer, "2", sizeof (xdata_buffer)); } It does not work. Any suggestion? Thanks in advance.
"Sorry, you're right. The W77e58 have not EEPROM, just 32Kb Flash EProm. As far as I khow, I think that it's possible to use the Flash Eprom to store non volatile information. That's right??" Everything I know about this chip has been gleaned from 5 minutes looking at the datasheet. It's your turn now. Stefan