Hi.
Does the Keil uLink allow me to download a binary (bin or hex) file into the internal flash of the STR710FZ2(H6) target? The download must be remotely controlled (say, from LabVIEW), so I basically need a command line interface to erase, program, verify, blank check, read target ID etc. This cmd interface can be exe or dll-based for my needs, but a GUI is not an option as there will not be an operator to interact with the download process.
We're talking an automated production/test station that'll start out by downloading a bootstrap into the STR710FZ2H6 via its JTAG port. The bootstrap is currently available, so I do not need any debuggers, emulators, compilers etc. - just a way to download my file into the target in an automated environment.
Do you have any OTS products that I can use for this?
Best regards Steen, Denmark
Ok, but I'm essentially limited to what the -f switch provides? That is 'erase', 'program', 'verify', 'reset' one after the other. There's no way to just erase the target for instance? Or to just blank check it? That's probably too limited for my needs, but thanks for the reply.
Your limits would more come from what you can do with a project than with the -f
You can make a project that will just erase the flase (sector or full erase) (look under Flash Download Setup in uvision)
You can make a Seperate prject to do something else. (i.e. burn an image but not erase the flash)