The Propeller is a multicore microcontroller from Parallax inc. http://www.parallax.com/propeller/
Here is an excerpt from the chips description: The Propeller chip makes it easy to rapidly develop embedded applications. Its eight processors (cogs) can operate simultaneously, either independently or cooperatively, sharing common resources through a central hub. The developer has full control over how and when each cog is employed; there is no compiler-driven or operating system-driven splitting of tasks among multiple cogs. A shared system clock keeps each cog on the same time reference, allowing for true deterministic timing and synchronization. Two programming languages are available: the easy-to-learn high-level Spin, and Propeller Assembly which can execute at up to 160 MIPS (20 MIPS per cog).
The chip sounds fantastic, and seems to be an excellent choice for many different applications. I immediately think of its serviceability with robotics. With a project coming up for myself, I am considering this uC.
Has anyone had any experience with a Propeller uC? Tell me about your tribulations, advantages and disadvantages of the chip, and how it compares to other uCs in your experience.
Catwell