??? 07/26/05 20:45 Read: times |
#98213 - DS89C420 vs. DS89C430/440/450 Responding to: ???'s previous message |
Craig Steiner said:
Jan Waclawek said:
I think the DS89C450 is an upgrade to DS89C420, so isn't it worth ordering these? Not sure, could be. I originally ordered the DS89C420 because that's what Phillip Gallo was using for his 8051 video experiment. I didn't even bother to look to see if there were better options since the '420 was good enough for what I wanted to eventually play with (and which I still haven't had time to play with). Regards, Craig Steiner The DS89C420 was the first device in Maxim/Dallas' Ultra-High-Speed Microcontroller line. It features 16 KB of flash for code, and ISP, via the bootloader which is in permanent ROM on the device. The DS89C430, DS89C440, and DS89C450 were introduced later. These devices are very similar to the DS89C420, except that in addition to in system programming via the ROM bootloader, they also support in-application programming (IAP). Thus, it is possible for your own firmware running on the device to modify the code in flash (i.e., while running your own code). I haven't tried this yet. Among these three later devices, the only (nominal) differences between them are the amoung of flash they contain. The '430 has 16 KB, the '440 32 KB, and the '450 64 KB. --Sasha Jevtic |