Shop OBEX P1 Docs P2 Docs Learn Events
Propeller chip (what is it exactly?) — Parallax Forums

Propeller chip (what is it exactly?)

SciTech02SciTech02 Posts: 154
edited 2006-04-20 22:57 in Propeller 1
I know this could (or is) a stupid question, but what is it?· It sounds like some super fast and powerful processing chip.· Could you explain what it is in an easy to understand format (for other people who have the same question).

One more thing, could you compare it to the other microcontrolers that Parallax sells? (The BS2 to be exact).· I don't know anything about it, but I can tell it's way beter then it already.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There is always an answer.

There is always a way.
There is always a reason.··· -SciTech02.

Post Edited (SciTech02) : 4/20/2006 9:38:51 PM GMT

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2006-04-20 22:57
    Although there are quite a few threads in this topic, really most of what you're asking has already been answered here in some detail. The executive summary is that the Propeller chip is a new microcontroller that actually has 8 processors (the COGs) each with 32-bit arithmetic and instruction width on the chip, each with 2K of private memory that can contain both instructions and data. There is a shared 32K memory and a special purpose shared controller (the HUB) that handles the shared access to the common memory and some other functions (like initialization). Each processor can be programmed in assembly language or an interpreted language called SPIN. The interpreter for this is in on-chip ROM and is copied into each COG that requires it. Each processor can control any of 32 I/O pins and can independently do timing including going to sleep for a specified time or I/O event. The overall chip can run with up to an 80 MHz internal clock using up to a 5 MHz crystal or other timebase (4 internal clocks per instruction).

    How's that?
Sign In or Register to comment.