Keil™, An ARM® Company

µVision® User's Guide

Program Flash Example

You may program Flash memory using the following command line:

C:\Keil\UV3\UV3 -f Programming.UV2 -o Prg_Output.txt

Where

-f Programming.UV2specifies the project to program to flash.
-o Prg_Output.txt

specifies the file to contain the flash programming log. For example:

Load "Flash\\Blinky.hex"
Erase Done.
Programming Done.
Verify OK.
Application running ...

You may use a project file that you have used during project development or you may create a new project dedicated to HEX File Flash Download.