Parallax Forums
  HomeLog InRegisterCommunity CalendarSearch the ForumHelp
   
Parallax Forums > Public Forums > BASIC Stamp > About 8, 16 , 32 Bites (architecture)  Forum Quick Jump
 
New Topic Post Reply Printable Version
[ << Previous Thread | Next Thread >> ] | Show Newest Post First ]

markuster
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailablePrivate Messaging Not AvailableAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Jun 2007
Total Posts : 65
 
   Posted 11/3/2009 11:27 AM (GMT -8)    Quote This PostAlert An Admin About This Post.
Hi,

Only to confirm if SX is a 8 bites microcontroller
, Basic Stamp is a 16 Bites microcontroller
and if the Propeller is a 32 Bites microcontoller.

Thanks, Mark
Back to Top
 

allanlane5
Registered Member



Email Address Not AvailablePersonal Homepage Not AvailablePrivate Messaging Not AvailableAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Aug 2004
Total Posts : 3574
 
   Posted 11/3/2009 11:48 AM (GMT -8)    Quote This PostAlert An Admin About This Post.
Nope, they're all 8-bit processors.

The BS2 is based on the 16C54 PIC processor. But it has a run-time kernel set of code that turns it into a PBASIC processor. PBasic knows about 1,4,8,and 16-bit values (called BIT, NIB, BYTE, and WORD). But "under the hood" it's an 8-bit processor.

The SX is a 'super-PIC', which runs at 50 Mhz and will process one instruction per clock cycle. But again, still an 8-bit processor.

The Propeller is a slightly odd processor. It's actually got 8 'processor cores' on a single chip, each with its own local memory, and time-shared access to global memory. This is an extremely clever design, but I'm pretty sure it's still got 8-bit registers.
Back to Top
 

Mike Green
Registered Member



Email Address Not AvailablePersonal Homepage Not AvailablePrivate Messaging Not AvailableAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Oct 2004
Total Posts : 13558
 
   Posted 11/3/2009 11:48 AM (GMT -8)    Quote This PostAlert An Admin About This Post.
Both the SX and the Basic Stamps are 8 bit microcontrollers. The Basic Stamps also do 16 bit arithmetic by doing built-in double precision integer arithmetic.

The Propeller is a 32 bit microcontroller which also has support for 8 bit and 16 bit quantities. The Propeller is not a 8 bit microcontroller although its "hub" memory is byte addressable and accessible and there are a few instructions specifically to help with 8 bit and 16 bit signed arithmetic.

Post Edited (Mike Green) : 11/3/2009 7:53:17 PM GMT

Back to Top
 

allanlane5
Registered Member



Email Address Not AvailablePersonal Homepage Not AvailablePrivate Messaging Not AvailableAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Aug 2004
Total Posts : 3574
 
   Posted 11/3/2009 11:54 AM (GMT -8)    Quote This PostAlert An Admin About This Post.
I stand corrected -- the Propeller does indeed have 8 processors, each with 512 x 32 bits local memory. It IS a 32-bit processor.
Back to Top
 

James Long
Lil Brother SMT Assembly Services



Email Address Not AvailablePersonal Homepage Not AvailablePrivate Messaging Not AvailableAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Aug 2004
Total Posts : 976
 
   Posted 11/3/2009 1:12 PM (GMT -8)    Quote This PostAlert An Admin About This Post.
markuster said...
Hi,

Only to confirm if SX is a 8 bites microcontroller
, Basic Stamp is a 16 Bites microcontroller
and if the Propeller is a 32 Bites microcontoller.

Thanks, Mark


Mark,

Also...just to keep this clear.

Those are "bits".

A Byte is a group of 8 bits.

There is no 8 byte micro that I know of.

This may just be a spelling error, or a language barrier. It doesn't matter, just do not want to have any confusion of the capabilities.

James L


James L
Partner/Designer
Lil Brother SMT Assembly Services

Are you addicted to technology or Micro-controllers..... then checkout the forums at Savage Circuits. Learn to build your own Gizmos!

Back to Top
 

markuster
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailablePrivate Messaging Not AvailableAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Jun 2007
Total Posts : 65
 
   Posted 11/3/2009 1:58 PM (GMT -8)    Quote This PostAlert An Admin About This Post.
Hi

Sorry I am little confused:

Then:

SX = 8 bit architecture
Basic Stamp = 8 bit architecture
Propeller = 32 bit architecture

So, the Basic Stamp architecture could be a 8 bit architecture
but work like a 16 bit microcontroller ?

Is a Basic Stamp working like a 16 bit microcontroller ?

I am asking this because an electronic engineer ask me about
Parallax products, and I found this information at Parallax
web site but about the propeller micro. only.


Thanks, Mark
Back to Top
 

James Long
Lil Brother SMT Assembly Services



Email Address Not AvailablePersonal Homepage Not AvailablePrivate Messaging Not AvailableAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Aug 2004
Total Posts : 976
 
   Posted 11/3/2009 2:24 PM (GMT -8)    Quote This PostAlert An Admin About This Post.
markuster said...
Hi

Sorry I am little confused:

Then:

SX = 8 bit architecture
Basic Stamp = 8 bit architecture
Propeller = 32 bit architecture

So, the Basic Stamp architecture could be a 8 bit architecture
but work like a 16 bit microcontroller ?

Is a Basic Stamp working like a 16 bit microcontroller ?

I am asking this because an electronic engineer ask me about
Parallax products, and I found this information at Parallax
web site but about the propeller micro. only.


Thanks, Mark


Mark,

The chips themselves (Basic stamp) are really only 8 bit Architecture. But the way they are programed uses 16 bit. This is fooled on the chip by using two bytes of information added together. This allows 16 bit computations. But still at a base level the chip is still only an 8 bit architecture.

There are many 8 bit chips which can be used like a 16 bit chip. It's all in the way you program it, and it having enough memory for it to be practical.

This is one reason 8 bit chips are still around. Microchips sells tens of thousands of them every year.

James L


James L
Partner/Designer
Lil Brother SMT Assembly Services

Are you addicted to technology or Micro-controllers..... then checkout the forums at Savage Circuits. Learn to build your own Gizmos!

Back to Top
 
[ << Previous Thread | Next Thread >> ]
New Topic Post Reply Printable Version
 
Forum Information
Currently it is Saturday, November 21, 2009 11:34 AM (GMT -8)
There are a total of 393,857 posts in 55,536 threads.
In the last 3 days there were 84 new threads and 708 reply posts. View Active Threads
Who's Online
This forum has 17692 registered members. Please welcome our newest member, old guy.
57 Guest(s), 13 Registered Member(s) are currently online.  Details
Siri, keith_kw, Mike Green, Bob Lawrence (VE1RLL), Alsowolfman, Dogg, dMajo, hover1, ErNa, Harley, Tubular, Leon, MicroDirk