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

See Also

DSPFPGAElectronics

Discussion Groups | 68HC12 | CW debugger startup.cmd

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

CW debugger startup.cmd - mjhuslig - Nov 10 18:15:35 2006

After I assemble my project, I use an external program to add data to
the .s19 file. I added the following commands to the startup.cmd file
so I can debug the modified program.

LOAD "bin\MySFile.s19" codeonly autoeraseandflash
LOAD "bin\SofTec_HCS12.abs" symbolsonly

However after the two commands execute, the debugger goes ahead and
loads the unmodified file into flash. How do I stop the debugger from
programming the flash the second time?

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


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


Re: CW debugger startup.cmd - Michael Huslig - Nov 13 9:24:48 2006

Sorry people,

Late Friday night I remembered I had received an answer to this before. I
just had to remove the %targetFilePath from the arguments in the
BuildExtras.

Mike

----- Original Message -----
From: "mjhuslig"
To: <6...@yahoogroups.com>
Sent: Friday, November 10, 2006 4:45 PM
Subject: [68HC12] CW debugger startup.cmd
After I assemble my project, I use an external program to add data to
the .s19 file. I added the following commands to the startup.cmd file
so I can debug the modified program.

LOAD "bin\MySFile.s19" codeonly autoeraseandflash
LOAD "bin\SofTec_HCS12.abs" symbolsonly

However after the two commands execute, the debugger goes ahead and
loads the unmodified file into flash. How do I stop the debugger from
programming the flash the second time?



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