Excellent! What you want depends on whether it is "development" with final production on something else, or if you intend to "field the development system", in which case a single board would be better then the "box of sockets" that is a Tower system, and buying enough bits. If it is only there for the joy of getting software working on it then it doesn't matter.
Get enough readers and someone might sell or give you an unused development system from their "random old hardware cupboard".
> less than a megabyte of flash memory and 8-32KB of RAM
That was a LOT when these things were new!
But just in case it suits, eBay finds:
Freescale Semiconductor Tower Module MCF5225X Coldfire With MQX Rtos | eBay
I also helped someone on this list a while back reverse-engineering a system based on the "Cobra5272", which there are still web pages for:
COBRA5272 - ColdFire Board for Rapid Applications mit MCF5272
It looks look it would be ideal with "Zwei serielle Schnittstellen (SCI) mit RS-232 Treiberschaltung" and "2 MByte Flash und 16 MByte RAM auf dem Board". Except Google Translate tells me "nicht mehr im Sortiment" means "no longer in assortment". Also, archive.org tells me went obsolete in early 2013, and it was 500 Euros THEN.
COBRA5272 - ColdFire Board for Rapid Applications mit MCF5272
Still, it might be worth emailing them in case they have an old repaired or demo unit there somewhere.
There are a lot of projects out there based on some popular Netgear router/modem boards. Maybe some of the older ones had Coldfire chips in them.
If you can find one of these buried deep in the back of a cupboard (or basement or attic) at a University somewhere, I might be able to help. 16MHz 68331, as much Flash as you can plug in (about 1M max) and four 1993-dated 256k or 1M RAM SIMs (so 4MB Max). With Parity even, that's how old the design is!
MultiPort/LT Features
> at least 128KB of RAM, and ideally a megabyte or two of flash storage.
32k/256k is the largest internal RAM/FLASH in an MCF51 chip, which would be a very simple proto board To get above 64k SRAM in Coldfire you have to have it external, in which case you might as well have DDR. And external Flash. Which means a complicated and expensive development board with lots of layers and often BGA chip mounting and so on.
Why not buy a Robot? It only has one serial port I can see, but it could be the easiest way to get something working. It gets you an MCF52259 Tower Module without having to buy a Tower to plug it into After you get it working you can get it WALKING. There seems to be TWO available for US$199. But only 64k on-chip SRAM and 512k on-chip FLASH.
Mouser Electronics - Be back soon...
> I'd like the option to run on real hardware rather than just in a simulator,
Why not run the simulator on some other embedded hardware? And to really annoy you, how about getting MAME running on a Raspberry Pi and running your code on that? I think there's a 68000 emulator in it somewhere.
Raspberry Pi • View topic - MAME
https://devtidbits.com/2012/11/26/mame-arcade-game-fun-with-a-raspberry-pi/
Tom