Sign in

username:

password:



Not a member?

Search m68hc11



Search tips

Subscribe to m68hc11



m68hc11 by Keywords

27c256 | 4K81H | 68HC11A1 | 68HC11P1 | 68hc24 | 68HC711E9 | 68HC811 | 8255 | A2D | ADC | ADC12138 | Am85C30 | BRCLR | Buffalo | CMOS | EEPROM | EPROM | Ethernet | EVB | EVBU | HC11E1 | HC11E9 | HC711E9 | Horray | ImageCraft | IRQ | Keypad | LCD | MC68HC11D0FN | MC68HC11E1CFU3 | MC68HC11F1 | MC68HC711E9 | MC68HC711E9CFN2 | Microcore11 | Microstamp11 | Minikit | NVRAM | PSD | PSD8xx | PSD9xx | PT1000 | RS232 | RTS | RXD | SPI | SRAM | TXD | Watchdogs | XIRQ


Ads

Discussion Groups

See Also

DSPFPGAElectronics

HC11 - Calamity Jane - Aug 17 21:22:00 2003

> the HC11 is a dinosaur

Ah yes, it may be but some of us like dinosaurs! ;-)

I started doing hardware/software professionally in 1978 with the
6800 and an Exercisor, back in the days when weekly phone calls to
Texas were required to report the latest bugs :-) I think I found one
of the last reported bugs in the 6800 operation.

I stayed in that field until 1986; I moved on to "bigger and better"
things but adopted the 68HC11 as a hobby and sideline business for
bit crunching, automation control, etc., and I love that family of
chips. When you are at home with the 11, you can sure make it stand
up, dance, and sing!

When I upgraded my home computer to an XP system at the first of the
year, I couldn't connect with my old EVM. Since I had a 10 year old
product that they wanted back in production, I had to dig my 286
system (my EPROM programmer) out of the attic.

This past week, I went at the XP system with a vengence and a new app
program from P&E and finally got the EVM up and running again.

I have a stockpile of HC811E2 and HC711E9, enough to satisfy my needs
for years to come. By the time my stock runs out, maybe I'll be too
old to continue the hardware/software bit crunchers!

It may be a dinosaur, but then so am I and dinosaurs love company!
(she said as she reached over and patted the HC11 EVM)

Calamity Jane



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )


Re: HC11 - John Samperi - Aug 18 0:09:00 2003

At 02:22 AM 18/08/03 -0000, you wrote:
>> the HC11 is a dinosaur
>
>Ah yes, it may be but some of us like dinosaurs! ;-)

I fully agree with your comments and I had pretty much
parallel experiences with micros to yours. I remember loading
up both the assembler and the editor on paper tape into the
Exorciser via an ASR33 TTY!!! And yes I also love the HC11
...BUT....I'm cheesed off with Motorola and they have lost my
loyalty and confidence. Commercially, as far as I'm concerned,
they are not offering me any more than any other chip manufacturer
and since loyalty to their clients is not one of Motorola biggest virtue
of lately I'm no longer inclined to use their chips if it doesn't suit me.

In fact they have done me a favour by no longer supporting the HC11,
since I have been able to look around and see the benefits of using
other company's chips.

Regards

John Samperi

******************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495 Fax (02) 9674-8745
Email:
Website http://ampertronics.com.au
* Electronic Design * Technical Services * Contract Assembly
******************************************************





(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - Nigel Johnson - Aug 18 6:17:00 2003

At 02:22 03-08-18 +0000, you wrote:
> > the HC11 is a dinosaur
>
>Ah yes, it may be but some of us like dinosaurs! ;-)
>
>I started doing hardware/software professionally in 1978 with the
>6800 and an Exercisor, back in the days when weekly phone calls to I hate to be pedantic, and I am probably showing how much of a Dinosaur I
am, but shouldn't that be Exorcisor?
Nigel W. Johnson
MCSE, Mem.IEEE
VE3ID / G4AJQ
Web site: http://nigel.homelinux.net
If you want me to have it ready yesterday, you'd better come back the day
before and ask me.





(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - John Samperi - Aug 18 17:59:00 2003

At 07:17 AM 18/08/03 -0400, you wrote:
>At 02:22 03-08-18 +0000, you wrote:
>I hate to be pedantic, and I am probably showing how much of a Dinosaur I
>am, but shouldn't that be Exorcisor? Possibly, but you know at our age the mind is the first to go ..... :-)

Regards

John Samperi

******************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495 Fax (02) 9674-8745
Email:
Website http://ampertronics.com.au
* Electronic Design * Technical Services * Contract Assembly
******************************************************





(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - Author Unknown - Aug 18 20:19:00 2003

In a message dated 8/18/03 7:25:05 PM Eastern Daylight Time,
writes:
>I hate to be pedantic, and I am probably showing how much of a Dinosaur I
>am, but shouldn't that be Exorcisor?
=============================
We were using 6800s at ECC in '76,77. We transitioned to 6809 and bought an
Exorciser for $20,000, but the cheapskates didnt buy the expensive parallel
centronics printer... we had a couple of serial printers sitting around.... I
figured I was BAAAAD cuz I actually wrote a serial printer device driver for
MDOS according to the specs in the manual, and burned it into the rom on the cpu
board. That was the only way we were going to get a listing file out of the
darned development system. I never met another person in the world who had ever
even heard of Motorola MDOS operating system, let alone had written a device
driver for it.
One cool thing about that devel system.... you could single step right thru
the rom. I finally figured out how they did that..... the rti took 12 cycles in
the 6809... I loaded the timer with 13 right before the rti.... the timer irq
would hit in the 1st cycle of the 1st instruction executed after the rti then
back into the rom..... fairly clever. [Non-text portions of this message have been removed]





(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - Gordon Couger - Aug 18 20:47:00 2003


From: <>

: In a message dated 8/18/03 7:25:05 PM Eastern Daylight Time,
: writes:
: >I hate to be pedantic, and I am probably showing how much of a
Dinosaur I
: >am, but shouldn't that be Exorcisor?
: =============================
: We were using 6800s at ECC in '76,77. We transitioned to 6809 and
bought an
: Exorciser for $20,000, but the cheapskates didnt buy the expensive
parallel
: centronics printer... we had a couple of serial printers sitting
around.... I
: figured I was BAAAAD cuz I actually wrote a serial printer device
driver for
: MDOS according to the specs in the manual, and burned it into the
rom on the cpu
: board. That was the only way we were going to get a listing file
out of the
: darned development system. I never met another person in the world
who had ever
: even heard of Motorola MDOS operating system, let alone had
written a device
: driver for it.
: One cool thing about that devel system.... you could single step
right thru
: the rom. I finally figured out how they did that..... the rti took
12 cycles in
: the 6809... I loaded the timer with 13 right before the rti....
the timer irq
: would hit in the 1st cycle of the 1st instruction executed after
the rti then
: back into the rom..... fairly clever.
:
It sure is a shame that IBM didn't pick the 6800 to make the PC we
would have a lot better computers.

Gordon

Gordon Couger
Stillwater, OK
www.couger.com/gcouger




(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - Nigel Johnson - Aug 18 21:19:00 2003

Printer! bloody luxury! I had to build a 130 VDC power supply so I could
get a model 35 teletype to run on the current loop of the MEK6800D1! The
whole floor vibrated when I printed a listing. To get programs in I had to
read in paper tape. When I got the MSAM cross-assembler it was so many
punch cards that I nearly got a hernia. And then I didn't have a FORTRAN
compiler on the same machine as the card reader - I had to read them in,
punch paper tape, and then read the paper tape into a machine where I could
compile the cross-assembler!

And when you tell these young folk how hard we had it, they don't believe you ?

cheers,
Nigel

At 21:19 03-08-18 -0400, you wrote:
>In a message dated 8/18/03 7:25:05 PM Eastern Daylight Time,
> writes:
> >I hate to be pedantic, and I am probably showing how much of a Dinosaur I
> >am, but shouldn't that be Exorcisor?
>=============================
>We were using 6800s at ECC in '76,77. We transitioned to 6809 and bought an
>Exorciser for $20,000, but the cheapskates didnt buy the expensive parallel
>centronics printer... we had a couple of serial printers sitting around.... I
>figured I was BAAAAD cuz I actually wrote a serial printer device driver for
>MDOS according to the specs in the manual, and burned it into the rom on
>the cpu
>board. That was the only way we were going to get a listing file out of the
>darned development system. I never met another person in the world who had
>ever
>even heard of Motorola MDOS operating system, let alone had written a device
>driver for it.
>One cool thing about that devel system.... you could single step right thru
>the rom. I finally figured out how they did that..... the rti took 12
>cycles in
>the 6809... I loaded the timer with 13 right before the rti.... the timer irq
>would hit in the 1st cycle of the 1st instruction executed after the rti then
>back into the rom..... fairly clever. >[Non-text portions of this message have been removed] >
>To unsubscribe from this group, send an email to:
Nigel W. Johnson
MCSE, Mem.IEEE
VE3ID / G4AJQ
Web site: http://nigel.homelinux.net
If you want me to have it ready yesterday, you'd better come back the day
before and ask me.





(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - John Samperi - Aug 19 4:07:00 2003

At 10:19 PM 18/08/03 -0400, you wrote:
>Printer! bloody luxury! I had to build a 130 VDC power supply so I could
>get a model 35 teletype to run on the current loop of the MEK6800D1! The
>whole floor vibrated when I printed a listing. To get programs in I had to
>read in paper tape. When I got the MSAM cross-assembler it was so many
>punch cards that I nearly got a hernia. And then I didn't have a FORTRAN
>compiler on the same machine as the card reader - I had to read them in,
>punch paper tape, and then read the paper tape into a machine where I could
>compile the cross-assembler!
>
>And when you tell these young folk how hard we had it, they don't believe
you ? HEY.... This is great! We have found an almost on topic use for this list :-)
As a young fellow, I was only allowed to use the Exorcisor when the R&D
department wasn't using it and then at lunch time or after hours. One would
get pretty depressed when, after loading up editor and assembler (+- 1 hour),
the system would crash because the code just written had a bug and would kill
everything.

Regards

John Samperi

******************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495 Fax (02) 9674-8745
Email:
Website http://ampertronics.com.au
* Electronic Design * Technical Services * Contract Assembly
******************************************************




______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - Tom Miller - Aug 19 19:03:00 2003

On Mon, 18 Aug 2003 wrote:

> In a message dated 8/18/03 7:25:05 PM Eastern Daylight Time,
> writes:
> >I hate to be pedantic, and I am probably showing how much of a Dinosaur I
> >am, but shouldn't that be Exorcisor?
> =============================
> We were using 6800s at ECC in '76,77. We transitioned to 6809 and bought an
> Exorciser for $20,000, but the cheapskates didnt buy the expensive parallel
> centronics printer... we had a couple of serial printers sitting around.... I
> figured I was BAAAAD cuz I actually wrote a serial printer device driver for
> MDOS according to the specs in the manual, and burned it into the rom on the cpu
> board. That was the only way we were going to get a listing file out of the
> darned development system. I never met another person in the world who had ever
> even heard of Motorola MDOS operating system, let alone had written a device
> driver for it.

I had an exorcisor system. And MDOS.

Anyone ever have a SWTPC from Smoke Signal Broadcasting? That was my first
machine. 6800 based and the basic unit had 4k of cmos ram.

Even had a copy of Tom Pitmans tiny basic in 1.3k ram. Ah, the memories :)

Tom

___________________________________________________________________
** Tom Miller **
E-mail




(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - John Hartman NoICE - Aug 19 20:42:00 2003


>HEY.... This is great! We have found an almost on topic use for this list :-)
>As a young fellow, I was only allowed to use the Exorcisor when the R&D
>department wasn't using it and then at lunch time or after hours. One would
>get pretty depressed when, after loading up editor and assembler (+- 1 hour),
>the system would crash because the code just written had a bug and would kill
>everything.

I was impressed by the Exorcisor floppy ( 8 inch) though - our boot
diskette had worn one track so much that you could see through the
diskette. Still worked (good thing, as I don't ever recall a BACKUP boot
diskette). Those bits were BIG: I think an 8 inch floppy held about 180K -
or maybe that was the double density ones I seem to recall that the current loop driver was a little wimpy. Every
once in a while we had to switch the ASR33 to local mode and pound keys to
burn the oil and oxide off the contacts.

I have sometimes wondered if the computer would have ever gotten past
number crunching if it had been invented someplace with a complex writing
system like China or Japan. A Teletype was a purely mechanical device -
serial data conversion by rotating disk. Feasible for 26 letters (upper
case only) and a dozen symbols, but pretty tough for a few thousand glyphs.

It didn't take long after the first computer was born before someone hooked
it up to an already existing teletype - and all of a sudden you could
process text.

Best regards, John Hartman

NoICE Debugging Tools
http://www.noicedebugger.com [Non-text portions of this message have been removed]



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

RE: HC11 - Melear Charles-rdph40 - Aug 20 8:41:00 2003

OK, I have got to chime in. Most people used DOS 3.1 on the Exorcisor. However, does anyone remember the earlier versions of DOS. I think that the rev. number was 2.3 or something, it was less than 3.0. This was when they used the 8 inch floppy drives and the operating system picked up the drive head between each access? That was really nerve racking to hear the floppy drive sound like a machine gun. Or perhaps a better description would be that it sounded like a car engine about to blow a rod.

Regards,

Charlie

-----Original Message-----
From: Tom Miller [mailto:]
Sent: Tuesday, August 19, 2003 7:03 PM
To:
Subject: Re: [m68HC11] HC11 On Mon, 18 Aug 2003 wrote:

> In a message dated 8/18/03 7:25:05 PM Eastern Daylight Time,
> writes:
> >I hate to be pedantic, and I am probably showing how much of a Dinosaur I
> >am, but shouldn't that be Exorcisor?
> =============================
> We were using 6800s at ECC in '76,77. We transitioned to 6809 and bought an
> Exorciser for $20,000, but the cheapskates didnt buy the expensive parallel
> centronics printer... we had a couple of serial printers sitting around.... I
> figured I was BAAAAD cuz I actually wrote a serial printer device driver for
> MDOS according to the specs in the manual, and burned it into the rom on the cpu
> board. That was the only way we were going to get a listing file out of the
> darned development system. I never met another person in the world who had ever
> even heard of Motorola MDOS operating system, let alone had written a device
> driver for it.

I had an exorcisor system. And MDOS.

Anyone ever have a SWTPC from Smoke Signal Broadcasting? That was my first
machine. 6800 based and the basic unit had 4k of cmos ram.

Even had a copy of Tom Pitmans tiny basic in 1.3k ram. Ah, the memories :)

Tom

___________________________________________________________________
** Tom Miller **
E-mail

To unsubscribe from this group, send an email to:





(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: HC11 - Author Unknown - Aug 20 18:41:00 2003

> Those bits were BIG: I think an 8 inch floppy held about 180K -
> or maybe that was the double density ones

128K I think - an IBM format IIRC. I still have one with my modified
version of the "smallc" compiler. One disk could fit the source, another
the assembly output, so it was possible to build it on a machine with
two drives. The first 5.25" floppies (TRS-80?) only held 57k!

Clifford.



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )