• using uvision/ulink2 to program plain hex/binary files
    Does uvision/ulink2 have the ability to program stand-alone hex or bin files into dev boards via Jtag? I can download and program files which are project-based, and I would expect there to also be...
  • How to download binary files to target using ULINK2
    Hello. I have the entire workspace "spread out" in my KEIL uV5 IDE and a JTAG plug from the ULINK2 connected to my target HW. When I (down)load my SW onto my target HW, I simply push the "LOAD" icon...
  • using uvision/ulink2 to program plain hex/binary files
    Does uvision/ulink2 have the ability to program stand-alone hex or bin files into dev boards via Jtag? I can download and program files which are project-based, and I would expect there to also be...
  • How to download binary files to target using ULINK2
    Hello. I have the entire workspace "spread out" in my KEIL uV5 IDE and a JTAG plug from the ULINK2 connected to my target HW. When I (down)load my SW onto my target HW, I simply push the "LOAD" icon...
  • Link a plain binary file into flash using a scatter loading file
    Hi all I would like to link a plain binary file (parameter.bin) to a specific location in the flash using a scatter file. If i had a compiled object file (parameter.o) file, it would be easy...