> I would have kept the sam7s config files since all variants can use this > base configuration. >
On secong thought, I would rename it just sam7 or at91sam7 because all of the following can share the same config file: at91sam7S at91sam7SE at91sam7X at91sam7XC at91sam7A at91sam7L The flash looks like it's auto-detected: flash bank at91sam7 0 0 0 0 0 The working_area is set to 16k, but the smallest parts have 8k SRAM. All parts have RAM starting at 200000h. Maybe the line should be: working_area 0 0x00200000 0x2000 nobackup (Is it a problem to have the entire SRAM as a working area? Is this just a scratch area for programming the flash or does this affect other debug functions?) As for the reset scripts, a quick look through all of the relevant data sheets indicates that the startup sequence is the same.
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development