Página 1 de 1

Diferença entre AT89C4051 e AT89S4051

MensagemEnviado: 15 Dez 2009 15:23
por Francesco
Pessoal,

Estou desenvolvendo um sistema para o AT89x4051. Sei que a linha S possui gravação através de uma comunicação SPI, que a linha C não tem. No entanto, tanto no datasheet quanto na lista de devices da atmel, há uma indicação de que o AT89S4051 possui 256 Bytes de RAM, enquanto o C possui apenas 128 Bytes.

Alguém sabe o porquê disso? As diferenãs são só essas?
Obrigado.

Francesco

MensagemEnviado: 15 Dez 2009 16:36
por Djalma Toledo Rodrigues
O AT89S4051 é ISP

DJ

MensagemEnviado: 15 Dez 2009 16:40
por Francesco
Djalma, então... eu conheço a linha S da Atmel. A dúvida é saber por quê ele tem 256 de RAM enquanto o C tem 128. E se há outras diferenças.
Valew.

MensagemEnviado: 15 Dez 2009 17:16
por Djalma Toledo Rodrigues
AT89C4051

Features
•Compatible with MCS®51 Products
•4K Bytes of Reprogrammable Flash Memory
– Endurance: 10,000 Write/Erase Cycles
•2.7V to 6V Operating Range
•Fully Static Operation: 0 Hz to 24 MHz
•Two-level Program Memory Lock
•128 x 8-bit Internal RAM
•15 Programmable I/O Lines
•Two 16-bit Timer/Counters
•Six Interrupt Sources
•Programmable Serial UART Channel
•Direct LED Drive Outputs
•On-chip Analog Comparator
•Low-power Idle and Power-down Modes
•Brown-out Detection
•Power-On Reset (POR)
•Green (Pb/Halide-free/RoHS Compliant) Packaging


AT89S4051

Features
• Compatible with MCS®51 Products
2K/4K Bytes of In-System Programmable (ISP) Flash Program Memory
– Serial Interface for Program Downloading
– Endurance: 10,000 Write/Erase Cycles
• 2.7V to 5.5V Operating Range
• Fully Static Operation: 0 Hz to 24 MHz (x1 and x2 Modes)
• Two-level Program Memory Lock
256 x 8-bit Internal RAM
• 15 Programmable I/O Lines
• Two 16-bit Timer/Counters
• Six Interrupt Sources
• Programmable Serial UART Channel
• Direct LED Drive Outputs
• On-chip Analog Comparator with Selectable Interrupt
• 8-bit PWM (Pulse-width Modulation)
• Low Power Idle and Power-down Modes
• Brownout Reset
• Enhanced UART Serial Port with Framing Error Detectionand and Automatic
Address Recognition

• Internal Power-on Reset

• Interrupt Recovery from Power-down Mode
• Programmable and Fuseable x2 Clock Option
• Four-level Enhanced Interrupt Controller

Power-off Flag
Flexible Programming (Byte and Page Modes)
– Page Mode: 32 Bytes/Page
• User Serviceable Signature Page (32 Bytes)


Em negrito as diferenças é possivel que exista mais

A RAM de maior capacidade é porque a Atmel achou por bem incrementar. rs
O desenvolvimento as vezes é coordenado com grandes industias, grandes consumidores


DJ

MensagemEnviado: 16 Dez 2009 11:06
por Francesco
Djalma, obrigado!