how i create EEPROM to TA89S8252

Status
Not open for further replies.

J_expoler1

Newbie level 6
Joined
Apr 2, 2003
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
77
i use SXA51 to complier AT89S8252
But i don't know How i generate data to internal EEPROM
EX. i want to keep data
DB 'HELLOW MCS-51'
in EEPROM
How i doing???
 

In the datasheet Atmel says the Flash has adress range 0000-1FFF and the EEPROM has adress range 2000-27FF.

So maybe when you generate data at adress range 2000 and above (by using org $2000) it gets programmed into the eeprom when you burn the chip.

This is just theory but it works like this on Microchip PIC Cpus.

hope this helps
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…