This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to download ELF file without opening the Project?

We are using Keil uVision3 to develop and program the LPC2104, through ULINK&JTAG.
Is there any way to download the ELF (or HEX) file without opening the entire project (with source code, etc..).

Furthermore, we think it is not possible to especify the file to download, it is always the ELF file that matches with project's name.
For example, when we have a Project called theProject.uv2, the generated ELF file is called theProject.elf. Then, we rename this file, how can we download a file called theProject_v100.elf??

Thanks in advance!!