hello,
I’m debugging an AT91sam7x256 target with a jtagkey from Amontec under eclipse, using openOCD, and downloading a program into SRAM (0x200000) takes a very long time (GDB reports a transfer speed of 490 bytes/second) … it sometime happened that I got a better speed (13KB/S) but I don’t understand why, the binary was the same.
I’m running the usbmassstorage demo from ATMEL. The demo is working, I have found a device with 34KB capacity (once formatted : 14KB) and succeeded to copy a file on it. (demo program must be running into SRAM to have the usb device into Flash)
any idea ?
compared to this, flashing is quite normal.
thanks