Skip to content

Commit

Permalink
Merge pull request pauloborges#1 from stratosinc/master
Browse files Browse the repository at this point in the history
Configure SWD interface and target device speed so user isn't prompted
  • Loading branch information
rbarzic committed Dec 3, 2015
2 parents 7b92998 + 431d950 commit 33e8e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nrftool/script/erase.jlink
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
si 1
speed 1000
device nrf51822
w4 4001e504 2
w4 4001e50c 1
Expand Down
3 changes: 2 additions & 1 deletion nrftool/script/flash_nrf52.jlink
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
device nrf52
si 1
speed 1000
device nrf52
w4 4001e504 1
loadbin {firmware} {address}
sleep 100
Expand Down

0 comments on commit 33e8e8f

Please sign in to comment.