Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX 2024-06-20 17:13:07 +03:00
commit 9af8af7fe1
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83

View File

@ -44,7 +44,7 @@ if {[using_jtag]} {
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME cortex_m -endian $_ENDIAN -dap $_CHIPNAME.dap
$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 1
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME stm32l4x 0 0 0 0 $_TARGETNAME