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.
Hi, I want to download two executable images into the ATSAM7S internal flash via ulink JTAG, one image is keil microvision output file and the other one is customer binary file. what i need is to download the customer binary image into the specific address of flash memory, Can i do this using keil IDE.Experts Please give me your suggestions to accomplish this.
Regards, Smith
Yes, that can be done. The debugger startup script can load more than one file into the processor. A raw binary would not be so easily handled, though. You may have to convert it to hex first, outside uVision.
Hi Bernhard , Thank you very much, Could you tell me the procedure to do this.
Thanks And Regards, Bill Smith