Got programming working; looks like setting WORKAREASIZE to zero did the trick
This commit is contained in:
parent
0c6bf263bd
commit
82bbd26628
|
@ -8,6 +8,8 @@ ftdi_layout_signal SWD_EN -data 0
|
|||
ftdi_layout_signal nTRST -data 0x0100 -oe 0x0100
|
||||
ftdi_layout_signal nSRST -data 0x0200 -oe 0x0200
|
||||
|
||||
set WORKAREASIZE 0
|
||||
|
||||
source [find target/stm32l0.cfg]
|
||||
|
||||
$_TARGETNAME configure -event reset-end {
|
||||
|
|
Loading…
Reference in New Issue