Olimex SAM7-H256 : Sam-ba problem

Hi,

I have a problem for executing program from sram. Here are the details:

I just got a the olimex board sam7-h256 with an AT91SAM7S256.

[http://www.olimex.com/dev/sam7-h256.html]

I use

  • SAMBA-2.7 (Atmel ISP 1.11) on windows vista

  • arm-gcc gnu compiler chain (under cygwin)

I try the sample program of atmel for beginning:

“getting-started-project-1.4-at91sam7s-ek”

I have modified the pin for the led : on the olimex board, the led is on A8 pin. For that, I have just modified the board.h file of the project.

The program compiles normally without any error.

I can upload it into the flash memory of the controler, the SAMBA script prog_flash.tcl works well and makes the led blink! Until here, this is good and I am happy … Smile

HOWEVER, when I try to upload it into the sram without writing it into the flash, by using the corresponding script prog_sram.tcl. It does not work. (Of course, before I have reload the SAMBA boot loader by following the process involving the test jumper, waiting 10sec, etc … ). Sad

Have I missed something ?

If somebody could give to me an hint, it would be great.

Thank you in advance for any answer,

Mowgly