SX Chip and PDB.
USMCinfinity
Posts: 150
Hey guys does anyone have a manual on how to use the SX Chip, specially on the Professional Development Board? Atleast one simple circuit or something so I can try it out ?
Comments
Software (IDE/compiler/assembler): www.parallax.com/Portals/0/Downloads/sw/sx/Setup-SX-Key-Editor-v3.3.0-(R2).zip
You will also need an SX-Key or SX-Blitz to actuall program the chip. See the Parallax Store.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
create bitmap data tool: 1uffakind.com/robots/povBitMapBuilder.php
resistor ladder tool: 1uffakind.com/robots/resistorLadder.php
convert images to ascii art: 1uffakind.com/apptoys/convtoascii/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon McPhalen
Hollywood, CA
See the SX manual which has "simplest" circuits, generally a 10k resistor between ground and /RST, 5v/GND power, optional clock source on OSC1/OSC2.
In the above image, if you look at the middle left of the board, there is a 28pin DIP socket for SX-28 DIP chips. Just above that to the left is a 4-pin header -- this is where the Key/Blitz plugs in. Just above the 28pin socket to the right is a 3 pin header (osc/gnd/osc) for inserting resonators (e.g. 4mhz/8mhz/20mhz/50mhz Murata crystals).
If you're very new, start by hooking up a single LED to a pin through a resistor and getting it to blink. Then you'll know you can successfully install and program an SX on the PDB.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
create bitmap data tool: 1uffakind.com/robots/povBitMapBuilder.php
resistor ladder tool: 1uffakind.com/robots/resistorLadder.php
convert images to ascii art: 1uffakind.com/apptoys/convtoascii/
A resonator is just a clock source for the SX28/SX48 processor. It provides a much more accurate and uniform timing for the chip than using the internal R/C as a clock source. Most of the ones you'll see have three pins (two for the clock and one for ground). The SX processors can also use a traditional crystal or one of the 4-pin clock too.
Robert
If you want to blink an LED -- hit the documentation. Time to do some reading and homework on your own, then come back with questions.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
create bitmap data tool: 1uffakind.com/robots/povBitMapBuilder.php
resistor ladder tool: 1uffakind.com/robots/resistorLadder.php
convert images to ascii art: 1uffakind.com/apptoys/convtoascii/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
create bitmap data tool: 1uffakind.com/robots/povBitMapBuilder.php
resistor ladder tool: 1uffakind.com/robots/resistorLadder.php
convert images to ascii art: 1uffakind.com/apptoys/convtoascii/
Hook a resistor up to an SX pin (say 470 ohms). Hook the other end of the resistor up to an LED.
Write a short SX program to toggle the pin.
Download it.
If you are unsure which way to insert the chip, etc., etc., HIT THE DOCS. We can't do all the work for you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
create bitmap data tool: 1uffakind.com/robots/povBitMapBuilder.php
resistor ladder tool: 1uffakind.com/robots/resistorLadder.php
convert images to ascii art: 1uffakind.com/apptoys/convtoascii/
Do NOT download a program to this chip -- you will overwrite the pre-burned interpreter firmware and you will not get it back.
See OEM Stamp info here: www.parallax.com/tabid/227/Default.aspx
That said, what are you trying to do? Build an SX project? Build a Stamp project? If the former, buy an SX chip from Parallax for $3.95. If the latter, I would first read the OEM info and read the Pbasic (Stamp) Manual where the schematics for a Stamp are shown (brown-out, RS-232 interface, power supply, interpreter chip, EEPROM) if you want to build your own, and post further questions in the Stamp forum.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
create bitmap data tool: 1uffakind.com/robots/povBitMapBuilder.php
resistor ladder tool: 1uffakind.com/robots/resistorLadder.php
convert images to ascii art: 1uffakind.com/apptoys/convtoascii/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Shawn Lowe
When all else fails.....procrastinate!
I assume that you probably have the DIP version which would plug right into the board. You should see a notch on one end of the socket (for pin 1) and also a similar marking on the chip. Make sure they match and you're all set.
Robert
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/SX/List/0/SortField/4/ProductID/355/Default.aspx
Jim
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/Resonator/List/0/SortField/4/ProductID/358/Default.aspx
Jim
·http://www.parallax.com/tabid/272/Default.aspx
You will you have to look through them, as there are not categorized as to BS2 or SX chip.
Jim
Jim
Jim
Yes you can use an SX without a resonator, but only at 4mhz and it won't be precise timing, but it will be perfectly fine for programs like blinking leds, reading buttons, etc. You would not be able to do serial communication (i.e. SERIN and SEROUT) or other operations that require very precise clocks.
Save that BS2-SX interpreter chip and don't burn a program on to it -- it really is worth $12.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
create bitmap data tool: 1uffakind.com/robots/povBitMapBuilder.php
resistor ladder tool: 1uffakind.com/robots/resistorLadder.php
convert images to ascii art: 1uffakind.com/apptoys/convtoascii/