• EEPROM on the T89C51CC01
    Does anyone now if it's necessary to keep the EEE flag set to 1 of the EECON register (register to manage the internal EEPROM), when you launch the programming sequence on the EEPL bits ?
  • EEPROM on the T89C51CC01
    Does anyone now if it's necessary to keep the EEE flag set to 1 of the EECON register (register to manage the internal EEPROM), when you launch the programming sequence on the EEPL bits ?
  • T89C51CC01 Example program in C accessing internal EEPROM
    Hi everybody Could someone send me a little example in "C-code" for reading and writing to the interna EEPROM on the ATMEL T89C51CC01? Thank you
  • T89C51CC01 Example program in C accessing internal EEPROM
    Hi everybody Could someone send me a little example in "C-code" for reading and writing to the interna EEPROM on the ATMEL T89C51CC01? Thank you
  • T89C51CC01, code memory space
    There is a problem in the code memory space available on this µC. In the datasheet, there is 32Ko of code available. But my standard compilation can't exceed 16Ko. I fixed this bug by changing the code...