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

Discussion Groups | | Conversion question MC68HC811E2CFN2 to MC68HC711E9CFN2

Conversion question MC68HC811E2CFN2 to MC68HC711E9CFN2 - Frank Valkenborgh - Nov 14 9:29:00 2002

Can anybody give me some advise for converting code used on 811e2 to 711e9?
These parts are compatible? ( I hope)

Thanks in advance,

Frank
----- Original Message -----
From: Mac McClanahan
To:
Sent: Friday, November 08, 2002 7:15 PM
Subject: Re: [m68HC11] RS232 data switch You might try using a 74LS257 and switch the devices on the low side
(between the MCU and the level shifter).
To unsubscribe from this group, send an email to: [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: Conversion question MC68HC811E2CFN2 to MC68HC711E9CFN2 - Author Unknown - Nov 14 9:49:00 2002

In a message dated 11/14/02 9:43:27 AM Eastern Standard Time,
writes:

> Can anybody give me some advise for converting code used on 811e2 to 711e9?
> These parts are compatible? ( I hope)
little pink book says:
811e2 has 256 bytes of ram at 0x0000, 2k of eeprom at 0xf800
711e9 has 512 bytes of ram at 0x0000, 12k of eprom at 0xd000, 512 bytes of
eeprom
at 0xb600

so I'd say the only diff might be where the code is orged, maybe put the
stack at 0x01ff instead of 0x00ff [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: Conversion question MC68HC811E2CFN2 to MC68HC711E9CFN2 - Frank Valkenborgh - Nov 14 11:38:00 2002

Thanks Bob,

I cannot test this at the moment.
I have to do the conversion next week .... so.

But I would like to thank you for your fast reply.

Thanks,

Frank
----- Original Message -----
From:
To:
Sent: Thursday, November 14, 2002 3:49 PM
Subject: Re: [m68HC11] Conversion question MC68HC811E2CFN2 to MC68HC711E9CFN2 In a message dated 11/14/02 9:43:27 AM Eastern Standard Time,
writes:

> Can anybody give me some advise for converting code used on 811e2 to 711e9?
> These parts are compatible? ( I hope)
little pink book says:
811e2 has 256 bytes of ram at 0x0000, 2k of eeprom at 0xf800
711e9 has 512 bytes of ram at 0x0000, 12k of eprom at 0xd000, 512 bytes of
eeprom
at 0xb600

so I'd say the only diff might be where the code is orged, maybe put the
stack at 0x01ff instead of 0x00ff [Non-text portions of this message have been removed]
To unsubscribe from this group, send an email to: [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: Conversion question MC68HC811E2CFN2 to MC68HC711E9CFN2 - Tony Papadimitriou - Nov 14 11:54:00 2002

----- Original Message -----
From: "Frank Valkenborgh" <>
To: < > Can anybody give me some advise for converting code used on 811e2 to
711e9?
> These parts are compatible? ( I hope)

The PLCC52 versions are pin-to-pin compatible.

Assuming single-chip mode:

1. If your code doesn't use more than 512 bytes of the 811E2's EEPROM for
non-volatile variables (data modified during execution but retained during
power-cycles), then your code can be very easily ported to a 711E9.

2. Change you code's ORG to $D000.

3. Move all non-volatile variables to $B600 thru $B7FF (where 711E9 has its
EEPROM).

That's about it.

> Frank



______________________________
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: Conversion question MC68HC811E2CFN2 to MC68HC711E9CFN2 - John Shields - Nov 14 12:27:00 2002

Motorola has a useful document that helps when migrating from the E2 to E9
(Migrating from the MC68HC811E2 to the MC68HC711E9, document number EB380).
Sounds like you are well on your way to identifiying the few differences.
The biggest problem I have had with the E9 is programming them for full
scale production. The EPROM requires 12volts.
-----Original Message-----
From: [mailto:]
Sent: Thursday, November 14, 2002 6:50 AM
To:
Subject: Re: [m68HC11] Conversion question MC68HC811E2CFN2 to
MC68HC711E9CFN2 In a message dated 11/14/02 9:43:27 AM Eastern Standard Time,
writes:

> Can anybody give me some advise for converting code used on 811e2 to
711e9?
> These parts are compatible? ( I hope)
little pink book says:
811e2 has 256 bytes of ram at 0x0000, 2k of eeprom at 0xf800
711e9 has 512 bytes of ram at 0x0000, 12k of eprom at 0xd000, 512 bytes
of
eeprom
at 0xb600

so I'd say the only diff might be where the code is orged, maybe put the
stack at 0x01ff instead of 0x00ff [Non-text portions of this message have been removed] To unsubscribe from this group, send an email to:

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[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 )