0b99cdb47b2299b83d1595d8aa4b4c4db3239d47
[openocd.git] / tcl / target / pic32mx.cfg
1
2 if { [info exists CHIPNAME] } {
3 set _CHIPNAME $CHIPNAME
4 } else {
5 set _CHIPNAME pic32mx
6 }
7
8 if { [info exists ENDIAN] } {
9 set _ENDIAN $ENDIAN
10 } else {
11 set _ENDIAN little
12 }
13
14 if { [info exists CPUTAPID ] } {
15 set _CPUTAPID $CPUTAPID
16 } else {
17 # force an error till we get a good number
18 set _CPUTAPID 0x30938053
19 }
20
21 # default working area is 16384
22 if { [info exists WORKAREASIZE] } {
23 set _WORKAREASIZE $WORKAREASIZE
24 } else {
25 set _WORKAREASIZE 0x4000
26 }
27
28
29 adapter_nsrst_delay 100
30 jtag_ntrst_delay 100
31
32 #jtag scan chain
33 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
34 jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUTAPID
35
36 set _TARGETNAME $_CHIPNAME.cpu
37 target create $_TARGETNAME mips_m4k -endian $_ENDIAN -chain-position $_TARGETNAME
38
39 #
40 # At reset the pic32mx does not allow code execution from RAM
41 # we have to setup the BMX registers to allow this.
42 # One limitation is that we loose the first 2k of RAM.
43 #
44
45 global _PIC32MX_DATASIZE
46 global _PIC32MX_PROGSIZE
47 set _PIC32MX_DATASIZE 0x800
48 set _PIC32MX_PROGSIZE [expr ($_WORKAREASIZE - $_PIC32MX_DATASIZE)]
49
50 $_TARGETNAME configure -work-area-phys 0xa0000800 -work-area-size $_PIC32MX_PROGSIZE -work-area-backup 0
51 $_TARGETNAME configure -event reset-init {
52 #
53 # from reset the pic32 cannot execute code in ram - enable ram execution
54 # minimum offset from start of ram is 2k
55 #
56
57 global _PIC32MX_DATASIZE
58 global _PIC32MX_PROGSIZE
59
60 # BMXCON
61 mww 0xbf882000 0x001f0040
62 # BMXDKPBA: 2k kernel data @ 0xa0000800
63 mww 0xbf882010 $_PIC32MX_DATASIZE
64 # BMXDUDBA: 16k kernel program @ 0xa0000800
65 mww 0xbf882020 $_PIC32MX_PROGSIZE
66 # BMXDUPBA: 0k user program
67 mww 0xbf882030 $_PIC32MX_PROGSIZE
68 }
69
70 set _FLASHNAME $_CHIPNAME.flash0
71 flash bank $_FLASHNAME pic32mx 0x1fc00000 0 0 0 $_TARGETNAME
72 set _FLASHNAME $_CHIPNAME.flash1
73 flash bank $_FLASHNAME pic32mx 0x1d000000 0 0 0 $_TARGETNAME
74
75 # For more information about the configuration files, take a look at:
76 # openocd.texi

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)