2bb66fbc459a0050169b9bc1b82066e0cf51b2c8
[fw/openocd] / tcl / target / at91sam3ax_8x.cfg
1 # common stuff
2 source [find target/at91sam3ax_xx.cfg]
3
4 # size is automatically "calculated" by probing
5 set _FLASHNAME $_CHIPNAME.flash0
6 flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
7 # This is a 512K chip - it has the 2nd bank
8 set _FLASHNAME $_CHIPNAME.flash1
9 flash bank $_FLASHNAME at91sam3 0x0000C0000 0 1 1 $_TARGETNAME