USBDM HCS12_FlashProgrammer

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USBDM HCS12_FlashProgrammer

518 Views
vette
Contributor I

nice tools pgo,

I've got a special usage where I only need to issue a 'run', wait a couple of sec, then a 'halt'

to a HCS12.  it looks like it would be pretty simple to add to the CLI interface of

HCS12_flashprogrammer (unless there's a better way to do that or some other utility,

opensource or not). 

I can't use the entire codewarrior package in this environment to do this function and

would be happy to make the modifications myself if the source is available.

thanks for considering

0 Kudos
2 Replies

292 Views
pgo
Senior Contributor V

Hi vette,

It you don't need top program the target then you could look at the USBDM API example program as a starting point for writing a simple program to do what you need..  It shows simple usage  of the USBDM interface DLL to interact with a target,

See:

USBDM: Programming with the USBDM API

bye

0 Kudos

292 Views
vette
Contributor I

wow, I guess I really should have clicked on that related pages tab.  will give it a go, thx pgo!

0 Kudos