• EEPROM segmenting on AT89S8253
    Microcontroler AT 89S8253 is equiped with 2K on chip EEPROM. This is mapped to X data space. There is feature Page Mode Write, having possibilities to write 32 byte segment in one cycle. Can I force...
  • AT89S8253 Include
    I'm having to upgrade some sources from the obsolete AT89S8252 to the 253. I'm having trouble though working out the inlude file to use in the project. At first glance it seems to be the "REG8253...
  • AT89S8253: Wrong SRC code generated
    Hi, I'm using a AT89S8253 as Target device. My application uses Timer 0 interrupt. The T0 ISR needs to have some code written in inline Assembler, requiring to generate and assemble SRC file. If...
  • initiate eeprom for 89s8252
    Hello, every body! Now, I'm having a problem. Can you help me? I have a project and i want to initializes some variation in eeprom. This variation will be written when i "burn" eeprom. What directive...
  • eeprom data initialization
    Hi, Is there any way to initialize EEPROM data except during running time ? Regards, Andre