0 Members and 1 Guest are viewing this topic.
They already have a fully functional z80 emulator for ARM. Why aren't they using it to make new calculator designs, if they want to continue the 84+ series?
On the other hand, in Quebec, movies are often renamed entirely when translated (the most notable example being Naked Gun series)
Now, for the existing Z80 systems:CPU: A SMD 20 MHz-capable CPU costs $10.12, and as it does not include an internal oscillator, it would need an external crystal (just a few cents, really) This is the cheapest 15 MHz capable Z80 I could find on my distribution site. (you don't ebay production parts)RAM: Since the Z80 does not have internal RAM, you need to get parallel synchronous SRAM. A suitable 128 KB chip costs $0.94ROM: Once again we need a parallel synchronous interface, meaning more expensive parts. $0.99 for a suitable 2 MB Flash ROMSo, assuming the architecture is otherwise similar, we come to $12.05 for the Z80 without including most of the unnecessary peripherals, vs $4.66 for a much faster, simpler ARM-based solution. Granted, that's no nspire, which would be significantly better, but even without considering the time saved on the math (Cortex M3 has hardware multiply and divide, handles 4x the math at once) the ARM version would vastly outperform the Z80.