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 )
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 )