A chip 'like bs2'
mouzg
Posts: 21
Hi i have kind of a weird question.I have a very expensive chip programmer (my father bought it for his work) hav iu heard of an innexpensive chip like bs2 (same clock freq same ram size same eeprom size)???and is it legal to copy a bs2 program (that i made) to an non bs2 chip using my beeprog+ ?????
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
The "real" program burned into Flash on the chip is protected and is really what Parallax is selling -- the actual hardware in the Stamp is not the major cost of a Stamp (in the end it's a micro worth $2-$5, a regulator, an eeprom, and brownout detector and few external transistors, resistors, capacitors).
So, work backwards. Find out what kind of chip (family/families) the programmer will program, then go read some datasheets and see what micros in those families meet your needs (e.g. ram/flash space/ee space/cost/language) etc.
To my knowledge, outside of the Stache (a kind of field-programmer for Stamps and tokenized Stamp programs) or a serial connection to a PC that is running software which will download a tokenized Pbasic program, there are not alternatives to programming a Stamp.
(Of course, you could solder up your own programming interface to the PIC or SX on a Stamp module and reprogram it -- BUT THEN YOU WOULDN'T HAVE A STAMP anymore -- you would have a PIC or an SX on a very nice dip board with a built-in power supply and level shifter for serial comms to a PC port).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
Now, you CAN purchase additional tools (MELabs has some) which would let you program a PIC chip in Basic or C, compile that program into PIC assembly, download that code into a PIC, put the PIC onto a board with a resonator and an RS-232 driver chip and off you go. But you're going to spend way more than the $50 or so of a BS2. If you're going to sell more than 20 boards to somebody, it might make commercial sense to do that. If you're simply building one or two robots, the BS2 is the way to start out.
It's also true that the Intellectual Property is not free -- as I say, www.melabs.com will sell you a compiler and a board and the empty PIC and the kit of parts (resonator and RS-232 driver chip, mostly) to let you do this. Then each hardware platform can be built for about $10 or less depending on the cost of the board. But you'll still need to spend about $300 once for the compiler.
So if you're building a lot, it makes sense to go that way. If you're building one or two, a $50 "complete solution" in the BS2 is very worthwhile.