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
  • I suggest you first try Blinky example for your board.
    It can be found after you install MDK in ARM\Boards\Atmel\"name of board".
    Just open Blinky project for your board and click on "Download to Flash Memory" button on the toolbar.
    And disconnect the power from the board and reconnect it again.

Reply
  • I suggest you first try Blinky example for your board.
    It can be found after you install MDK in ARM\Boards\Atmel\"name of board".
    Just open Blinky project for your board and click on "Download to Flash Memory" button on the toolbar.
    And disconnect the power from the board and reconnect it again.

Children