Programming AT91SAM7SE with only 3 files...

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Programming AT91SAM7SE with only 3 files...

    All,

    I have 3 files which I have been provided by an external customer to program a board ONLY..
    1) .out file
    2) .d79 file
    3) .sim file (in same directory as .out file)

    I have an evaluation version of IAR workbench and also J-Link software.

    Basically, we cannot get the J-Link to download the file at all.

    After starting a default project with only the .out file in it we told the linker the name of the output file e.g. filename.out.

    We then set IAR project settings to use the J-Link and performed the following:
    Debbugger\Download\ [x] Use flash loader
    Press the edit button
    Click on the (default) item and click edit
    Enable [x] Override default flash loader path
    Change it to your point to my .d79 file
    Confirm all changes with OK.

    We then click on debug which should hopefully download code but we get.....


    "memory timeout".

    I guess there could be loads of reasons why but anyone got any obvious answers?

    Peter