first commit, display ok, buttons ok
This commit is contained in:
10
openocd/cortexdebug-openocd-cmsisdap-samd21.cfg
Normal file
10
openocd/cortexdebug-openocd-cmsisdap-samd21.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
# source [find interface/stlink.cfg]
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
# transport select hla_swd
|
||||
transport select swd
|
||||
|
||||
#adapter speed 40
|
||||
#set WORKAREASIZE 0x4000
|
||||
set CPUTAPID 0x0bc11477
|
||||
set CHIPNAME at91samd21g18
|
||||
source [find target/at91samdXX.cfg]
|
13
openocd/openocd-bmp-samd21.cfg
Normal file
13
openocd/openocd-bmp-samd21.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
# source [find interface/stlink.cfg]
|
||||
# transport select hla_swd
|
||||
# source [find interface/bmp.cfg]
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
# interface bmp
|
||||
transport select swd
|
||||
|
||||
#adapter speed 40
|
||||
#set WORKAREASIZE 0x4000
|
||||
set CPUTAPID 0x0bc11477
|
||||
set CHIPNAME at91samd21g18
|
||||
source [find target/at91samdXX.cfg]
|
10
openocd/openocd-cmsisdap-samd21.cfg
Normal file
10
openocd/openocd-cmsisdap-samd21.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
# source [find interface/stlink.cfg]
|
||||
# transport select hla_swd
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
transport select swd
|
||||
|
||||
#adapter speed 40
|
||||
#set WORKAREASIZE 0x4000
|
||||
set CPUTAPID 0x0bc11477
|
||||
set CHIPNAME at91samd21g18
|
||||
source [find target/at91samdXX.cfg]
|
19
openocd/openocd-stlink-samd21.cfg
Normal file
19
openocd/openocd-stlink-samd21.cfg
Normal file
@@ -0,0 +1,19 @@
|
||||
source [find interface/stlink.cfg]
|
||||
transport select hla_swd
|
||||
# source [find interface/cmsis-dap.cfg]
|
||||
# transport select swd
|
||||
|
||||
adapter speed 400
|
||||
|
||||
# Reset handling for proper halt
|
||||
# reset_config srst_nogate connect_assert_srst
|
||||
|
||||
#set WORKAREASIZE 0x4000
|
||||
set CPUTAPID 0x0bc11477
|
||||
set CHIPNAME at91samd21g18
|
||||
source [find target/at91samdXX.cfg]
|
||||
|
||||
# Ensure halt and allow manual debugging
|
||||
# init
|
||||
# halt
|
||||
# at91samd chip-erase
|
Reference in New Issue
Block a user