[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 65C02 emulation
Charlie Springer wrote:
> I took a time-out to fix up my development stuff. I'm switching to an ARM
> tool chain with Eclipse, which will make the whole works platform independent
> and easy to share once I get something worth sharing.
Cool! Which Arm family are you targetting: Arm7, Arm9, etc?
I've played with Arm7's from Philips (lpc2103, lpc2148), and I'm
currently playing with the Luminary Stellaris (Cortex M3 core - modern
Thumb-2).
The Arm9's and up get pretty complex, and you generally need an RTOS.
This is why I stick with the little guys.
Eric