Yes, I have been using breadboards for more than 20
years and never
had a problem with them. Sure, you must not try to stick thick wires
I must have been unlucky. I tried several of them in my younger days
(Eurobreadboars, the CSC/GSC Protoboards, etc) and had no end of
problems. In the end I started just soldering upo the circuits on
stripboard, and my desigens started working first time.
into the contacts, and prevent lots of Amps running
through the contacts.
Actually, I used a breadboard just two weeks ago for checking out the
UJT circuit used in the RK05 Exersizer ...
Oh, I still use them. Just not for anything where a momentary loss of
contact is going to cause major problems (and be hard to tell from a real
design fault), or that uses high-speed devices, or... Last time I used
one was a couple of weeks ago to test out some white LEDs[1]. It was
great for that, but I didn't design the rest of the circuit using it.
[1] The local pound shop (a similar concept to dollar stores) was selling
a camping lamp with 24 white LEDs for a pound. Needless to say I bought a
couple to strip the LEDs from. I wanted to see if you could use white
LEDs to make a useable stroboscope. You can. I built 2 such devices, one
using a 7555 tinmer as the oascillator with 4000-series CMOS dividers
(this one can be set for any rate between 3Hz and 3kHz, I measure the
frequency using the Hz range of my Fluke multimeter), the other using a
crystal oscillator and 74HC dividers to give either 100 or 120 flashes
per second (simulating European or American mains lights). I wanted the
former to check the performance of a motor I'd just rewond for an HP9125A
plotter, the latter to checking the spindle speed of floppy drives, etc
-- it gives a much clearer pattern than the lighting in my workshop.
BTW, the article says it is an MC68008, so you did not need to count
24 pins (on one side) :-)
Oh, I didn't . I noticed it was a 0.6" wide package. The 68000 and 68010
DIL packages are 0.9" wide.
I developed a Euro-board sized 68000-based SBC
running at 10 MHz
some 15 years ago for my StarShip simulation. Upgraded it to 68010,
but finally installed a VME based 68020 at 30 MHz.
The 68010 is pin compatible to the 68000, but if you are in OS stuff,
Indeed. There is also a PGA version of the 68010, which is used in some
HP machines IIRC there's a 68012 which had more addres mins bought out,
but otherwise had the same PGA pinout
you have to modify some software if you are handling
stack frames.
Those are not identical on the 68000 and 68010.
IIRC, the 68010 pushes more onto the stack on an interrupt. The 68020
stack frame is the same as the 68010 one, so upgrading from a 68010 to a
68020 should involve few, if any, software changes.
-tony