Skip to content

Commit

Permalink
updated openocd config to use new cortex -m format
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrtny committed Oct 8, 2014
1 parent c76d0f7 commit 0492d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stm32f1x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jtag newtap $_CHIPNAME bs -irlen 5 -expected-id $_BSTAPID1 \
-expected-id $_BSTAPID6 -expected-id $_BSTAPID7

set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNAME
target create $_TARGETNAME cortex_m -endian $_ENDIAN -chain-position $_TARGETNAME

$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0

Expand Down

0 comments on commit 0492d64

Please sign in to comment.