Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12



68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC

Ads

Discussion Groups

Discussion Groups | 68HC12 | COP Disable with bootloader

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

COP Disable with bootloader - blackkeymaestro - Feb 16 18:35:00 2005


Does anyone know where I can download a bootloader for the 812A4
adapter using the Motorola 68HC12 board that DOES NOT disable the COP
watchdog? I have the boot.asm file of the original bootloader from
tech.arts, but when i remove the lines that disable the cop and re-
assemble it using the AS12 (provided by tech arts) it gives me errors
(cannot understand "$BASE" and "INCLUDE").

Any help would be greatly appreciated! Thanks

-Ed





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


Re: COP Disable with bootloader - Stephen Trier - Feb 21 15:07:00 2005

It's a clunky solution, but can you hex-edit the binary for the watchdog
to NOP out the instructions that disable the COP?

By the way, if you disable the watchdog, is the bootloader going to be
able to download anything useful without getting reset by the COP?
You may need to make changes quite a bit more extensive than leaving
the watchdog enabled in order to function successfully with it turned
on.

Stephen

--
Stephen Trier
Technical Development Lab
Cleveland FES Center




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

Re: COP Disable with bootloader - blackkeymaestro - Feb 22 11:10:00 2005


Thanks for the reply, Stephen.

That's a very good point. Didn't quite think about that! It seems
that for now i just have to depend on the BDM pod for programming the
adapter.

-Ed

In , "Stephen Trier" <sct@p...> wrote:
> It's a clunky solution, but can you hex-edit the binary for the
watchdog
> to NOP out the instructions that disable the COP?
>
> By the way, if you disable the watchdog, is the bootloader going to
be
> able to download anything useful without getting reset by the COP?
> You may need to make changes quite a bit more extensive than leaving
> the watchdog enabled in order to function successfully with it
turned
> on.
>
> Stephen
>
> --
> Stephen Trier
> Technical Development Lab
> Cleveland FES Center
> sct@p...





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