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 | | MC68HC11F1 internal EEPROM when for joyride in expanded mode.


Advertise Here

MC68HC11F1 internal EEPROM when for joyride in expanded mode. - Kheng-Teong Goh - Jun 21 4:17:00 2002

I have been having problem with MC68HC11F1 in expanded mode. And I have
come to conclusive diagnostic.

This is my diagnosis.

1. I start the MC68HC11F1 in bootstrap mode.
This set the internal EEPROM to 0xFE00 to 0xFFFF. Then I power off my system.

2. I power up my system in expanded mode. My program runs flawlessly.

3. I reset my system (NO CAPACITOR). The program doesn't run. Erratic
behaviour.

4. I repeat step 1 and 2. And program runs flawlessly.

Other supporting evidance.

1. Int. EEPROM contains intialization code.
2. Int. reset vector points to 0xFE00
3. Ext. reset vector points to 0xFE00 (is this valid?)
4. Ext. EEPROM 0xFE00 - not valid.

Questions:

1. Where is int. EEPROM after 1st reset/power up out of bootstrap mode?

2. Why the int. EEPROM is located to a different (unknown) location after
1st reset/power up out of bootstrap mode?

3. What is the solution to make int. EEPROM stay put at 0xFE00 or wherever
I program it in expanded mode? Please help, I have posted this to Motorola. I'm having serious doubt on
their technical support.

Best regards,
Kheng Teong





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


Re: MC68HC11F1 internal EEPROM when for joyride in expanded mode. - Author Unknown - Jun 21 8:47:00 2002


I used the 'f1 a few years ago and i also moved the eeprom to $FE00. As I
recall, when using PCBUG11 I changed the config register and the eeprom
ALWAYS showed up at $FE00.

Does the program run correctly in 'Single-chip-mode' ?
Jamie. Kheng-Teong Goh
<superuser@idigi. To:
net.my> cc:
Subject: [m68HC11] MC68HC11F1 internal EEPROM when for
06/21/02 04:17 AM joyride in expanded mode.
Please respond to
m68HC11
I have been having problem with MC68HC11F1 in expanded mode. And I have
come to conclusive diagnostic.

This is my diagnosis.

1. I start the MC68HC11F1 in bootstrap mode.
This set the internal EEPROM to 0xFE00 to 0xFFFF. Then I power off my
system.

2. I power up my system in expanded mode. My program runs flawlessly.

3. I reset my system (NO CAPACITOR). The program doesn't run. Erratic
behaviour.

4. I repeat step 1 and 2. And program runs flawlessly.

Other supporting evidance.

1. Int. EEPROM contains intialization code.
2. Int. reset vector points to 0xFE00
3. Ext. reset vector points to 0xFE00 (is this valid?)
4. Ext. EEPROM 0xFE00 - not valid.

Questions:

1. Where is int. EEPROM after 1st reset/power up out of bootstrap mode?

2. Why the int. EEPROM is located to a different (unknown) location after
1st reset/power up out of bootstrap mode?

3. What is the solution to make int. EEPROM stay put at 0xFE00 or wherever
I program it in expanded mode? Please help, I have posted this to Motorola. I'm having serious doubt on
their technical support.

Best regards,
Kheng Teong
To unsubscribe from this group, send an email to:




______________________________
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: MC68HC11F1 internal EEPROM when for joyride in expanded mode. - carboncopy79 - Jun 24 0:49:00 2002

Yes my program runs correctly in Single chip mode.
And it doesn't have this reset problem.

The MCU CONFIG register will reset the Internal EEPROM to 0xFE00.
That's why immediately after Bootstrap Mode, my program managed to
run properly. My initialization code is resident inside the Internal
EEPROM.

Best regards,
Kheng Teong

--- In m68HC11@y..., Jamie.Pollock@l... wrote:
>
> I used the 'f1 a few years ago and i also moved the eeprom to
$FE00. As I
> recall, when using PCBUG11 I changed the config register and the
eeprom
> ALWAYS showed up at $FE00.
>
> Does the program run correctly in 'Single-chip-mode' ?
> Jamie.
> Kheng-Teong
Goh

> <superuser@idigi. To:
m68HC11@y...
> net.my>
cc:
> Subject: [m68HC11]
MC68HC11F1 internal EEPROM when for
> 06/21/02 04:17 AM joyride in expanded
mode.
> Please respond
to
>
m68HC11 >
> I have been having problem with MC68HC11F1 in expanded mode. And I
have
> come to conclusive diagnostic.
>
> This is my diagnosis.
>
> 1. I start the MC68HC11F1 in bootstrap mode.
> This set the internal EEPROM to 0xFE00 to 0xFFFF. Then I power off
my
> system.
>
> 2. I power up my system in expanded mode. My program runs
flawlessly.
>
> 3. I reset my system (NO CAPACITOR). The program doesn't run.
Erratic
> behaviour.
>
> 4. I repeat step 1 and 2. And program runs flawlessly.
>
> Other supporting evidance.
>
> 1. Int. EEPROM contains intialization code.
> 2. Int. reset vector points to 0xFE00
> 3. Ext. reset vector points to 0xFE00 (is this valid?)
> 4. Ext. EEPROM 0xFE00 - not valid.
>
> Questions:
>
> 1. Where is int. EEPROM after 1st reset/power up out of bootstrap
mode?
>
> 2. Why the int. EEPROM is located to a different (unknown) location
after
> 1st reset/power up out of bootstrap mode?
>
> 3. What is the solution to make int. EEPROM stay put at 0xFE00 or
wherever
> I program it in expanded mode? > Please help, I have posted this to Motorola. I'm having serious
doubt on
> their technical support.
>
> Best regards,
> Kheng Teong >
> To unsubscribe from this group, send an email to:
> m68HC11-unsubscribe@y...




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