DerTrueForce wrote:
If I use the '265, it eases the hardware design a bit, but using that part defeats most of the purpose of using a microcontroller in the first place, that being chip count reduction.
Interesting point of view. I never thought much about the MCU aspect - for me the '265 (and the '134 in a similar manner) are just easy to get up MPUs with a little RAM and a (more or less) working monitor that eases HW setup and inspection. But once I loaded (flashed) my own boot/monitor/OS/whatever software, the internal ROM isn't used anymore.
DerTrueForce wrote:
It has no user-programmable EEPROM or Flash, and a rather odd selection of peripherals, most of which I hadn't planned to use. It would also make the programming interface more cluttered than I'd like, so I'm just going to suck it up and use the '816.
Yes, the "equipment" of the '265 (and even more that of the '134) is truly outdated. (To be frank, the CPU itself is somewhat outdated too
but we all love it.) But you get a working (!) UART and some timers and edge sensitive I/O pins for "free". And most important: separated interrupts (with distinction between BRK and IRQ!). To me this alone is worth the money.
DerTrueForce wrote:
I also want to use F-RAM as the program store instead of EEPROM.
Beside their limited endurance when using them as regular RAM the cycle time requirement is roughly twice the access time. 5V types are perhaps a little bit too slow for 8 MHz. The (newer) 3.3V tolerant may work. There is also MRAM - but only 3.3V and less tolerant to magnetic fields and perhaps too power thirsty.