• AT89S8253 - EEPROM INITIALIZED
    Hi ! How can I initialize the STRING in internal EEPROM of AT89s8253 using a Keil C Compiler ? I need put it inside Hex file to send to a T51prog2 - ELNEC Programmer: :1030000001060203010101010001000000010101AC...
  • AT89S8253 - EEPROM INITIALIZED
    Hi ! How can I initialize the STRING in internal EEPROM of AT89s8253 using a Keil C Compiler ? I need put it inside Hex file to send to a T51prog2 - ELNEC Programmer: :1030000001060203010101010001000000010101AC...
  • 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...
  • 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: 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...