We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
Hi, I've tested this and I can't send any file.
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.
Hi, I can develop projects and download them in my board. My problem is with one project which is being developed by other people, and they send me binary files, and I have to download them into de microcontroler Atmel AT91SAM7x256. I have download these files with SAMBA other times, using serial port of the micro, but I don't Know why it doesn't work now.
Have you tried Mr. Mathias's suggestion with the bin file converted to a hex file?
I've had issues flashing from a bin file, but flashing from a hex file works like a charm.
You have to use a hex file. So first convert bin file to hex and put its name into executable field.
How can I convert bin file into hex file?
http://www.keil.com/download/list/utility.htm Bradford