This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Microcontroller 89C81RD2-IM by ATMEL

Warnning!

Microcontroller 89C81RD2-IM by ATMEL has only 1024 Bytes XRAM. Do not set bit XRS2 in AUXR register with RTX51 Full. If you set this bit whitin program, is not perform correct.

Parents
  • First of all, type the name correctly.
    There are two chips:
    T89C51RD2 from Temic (Atmel Wireless);
    AT89C51RD2 from Atmel.
    In fact they are two different chips which have similar names but some different features.
    For example:
    - T89C51RD2 has 63kb of user flash + 1kb of bootloader flash; AT89C51RD2 has 64kb of user flash and 2kb of bootloader ROM;
    - T89C51RD2 has 2kb EEPROM; AT89C51RD2 has not EEPROM at all (now there is similar chip called AT89C51ED2 which has 2kb EEPROM);
    - T89C51RD2 has 1024 bytes of internal XRAM; AT89C51RD2 has 1792 bytes of XRAM;
    - etc, etc, etc...

    So looking on chip name you posted I see:
    - typpo (C81 should be C51);
    - no letters mean you have obtained Temic's chip which indeed has 1024 bytes of XRAM really.

    Please read datasheets carefully,

    Regards,
    Oleg

Reply
  • First of all, type the name correctly.
    There are two chips:
    T89C51RD2 from Temic (Atmel Wireless);
    AT89C51RD2 from Atmel.
    In fact they are two different chips which have similar names but some different features.
    For example:
    - T89C51RD2 has 63kb of user flash + 1kb of bootloader flash; AT89C51RD2 has 64kb of user flash and 2kb of bootloader ROM;
    - T89C51RD2 has 2kb EEPROM; AT89C51RD2 has not EEPROM at all (now there is similar chip called AT89C51ED2 which has 2kb EEPROM);
    - T89C51RD2 has 1024 bytes of internal XRAM; AT89C51RD2 has 1792 bytes of XRAM;
    - etc, etc, etc...

    So looking on chip name you posted I see:
    - typpo (C81 should be C51);
    - no letters mean you have obtained Temic's chip which indeed has 1024 bytes of XRAM really.

    Please read datasheets carefully,

    Regards,
    Oleg

Children