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

Load binary files with ulink2

Hello, I'm working with ulink2 JTAG, and I need load binary files to a microcontroler ATSAM7. I have SAMBA, but this doesn't recognize ulink2, and I need load a binary (or hex) file to the microcontroller. Somebody can explain to me how can I use ulink2 to load these files please?

Parents
  • With uVision4 Demo, it went like this:

    Under "Flash"->"Configure Flash Tools"->"Output",
    there is a textfield "Name of Executable".
    You can select your binary file here and load it into flash with "Flash"->"Download".

    Of course, you also need to choose the correct target chip and flash bank/range in the flash tool configuration.

    Cheers - Mathias

Reply
  • With uVision4 Demo, it went like this:

    Under "Flash"->"Configure Flash Tools"->"Output",
    there is a textfield "Name of Executable".
    You can select your binary file here and load it into flash with "Flash"->"Download".

    Of course, you also need to choose the correct target chip and flash bank/range in the flash tool configuration.

    Cheers - Mathias

Children