summaryrefslogtreecommitdiff
path: root/src/target/target/pic32mx.cfg
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-02 23:58:16 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-02 23:58:16 +0000
commitad751bb7a4c73268fb38181b603215300490d201 (patch)
treee04a22dc6526d96887da6ede87fd5a4710657531 /src/target/target/pic32mx.cfg
parent9d75343e451cb9a11bade2deb575794cb6aecad3 (diff)
downloadopenocd+libswd-ad751bb7a4c73268fb38181b603215300490d201.tar.gz
openocd+libswd-ad751bb7a4c73268fb38181b603215300490d201.tar.bz2
openocd+libswd-ad751bb7a4c73268fb38181b603215300490d201.tar.xz
openocd+libswd-ad751bb7a4c73268fb38181b603215300490d201.zip
John McCarthy <jgmcc@magma.ca> pic32mx flash wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@1296 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target/pic32mx.cfg')
-rw-r--r--src/target/target/pic32mx.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/target/pic32mx.cfg b/src/target/target/pic32mx.cfg
index 2ade5550..a2ebf492 100644
--- a/src/target/target/pic32mx.cfg
+++ b/src/target/target/pic32mx.cfg
@@ -26,13 +26,15 @@ reset_config srst_only
#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
-jtag newtap $_CPUNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUTAPID
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
target create $_TARGETNAME mips_m4k -endian $_ENDIAN -chain-position $_TARGETNAME
$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0xa0000000 -work-area-size 16384 -work-area-backup 0
+flash bank pic32mx 0xbd000000 0 0 0 0
+flash bank pic32mx 0xbfc00000 0 0 0 0
# For more information about the configuration files, take a look at:
# openocd.texi