jtag/mpsse: mpsse_flush should not treat LIBUSB_ERROR_INTERRUPTED as an error
[openocd.git] / tcl / target / at91sam3ax_4x.cfg
blob4e0cf79a7eb291b525f8aca0a5ed20074a0784fc
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # common stuff
4 source [find target/at91sam3ax_xx.cfg]
6 # size is automatically "calculated" by probing
7 set _FLASHNAME $_CHIPNAME.flash0
8 flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
9 # This is a 256K chip - it has the 2nd bank
10 set _FLASHNAME $_CHIPNAME.flash1
11 flash bank $_FLASHNAME at91sam3 0x0000A0000 0 1 1 $_TARGETNAME