Hi all, I should program a LPC2478 (ARM7) with ULINK2 of keil. I run the upload of memory with the SAVE command from COMMAND LINE, so I create the file xxx.hex At this point I want to download via JTAG hex file that I created.
I followed all the steps to download but the program says that the file is missing xxx.axf
How do I create a axf? I can generate a axf starting from a hex?
thanks
Why do you need JTAG if you managed to download a valid (?) program from the chip? Are you trying to steal software? Either way, .hex file don't contain debug information so its time to start backward engineering...
I do not steal any SW. I do it because I have developed the SW and I have to make a hex file in production.
You rather have an answer to the question instead of accusing people?
http://www.keil.com/support/man/docs/uv4/uv4_fl_hexdownload.htm
Why don't you use FlashMagic, then?
So just check the box in the build options that says, "Create Hex File" - the clue is in the name!
http://www.keil.com/support/man/docs/uv4/uv4_dg_output.htm