fdffbfea6d9185f1fd544b629474409748593013
[openocd.git] / src / target / target / aduc702x.cfg
1 ## -*- tcl -*-
2 ##
3
4 # This is for the case that TRST/SRST is not wired on your JTAG adaptor.
5 # Don't really need them anyways.
6 reset_config none
7
8 ## JTAG scan chain
9 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
10 jtag_device 4 0x1 0xf 0xe
11
12 ##
13 ## Target configuration
14 ##
15 target arm7tdmi little 0
16
17 ## software initiated reset (if your SRST isn't wired)
18 #proc target_0_reset {} { mwb 0x0ffff0230 04 }
19
20 # use top 1k of SRAM for as temporary JTAG memory
21 #working_area 0 0x11C00 0x400 backup
22
23 ## flash configuration
24 ## AdUC702x not yet spported :(
25
26 ## If you use the watchdog, the following code makes sure that the board
27 ## doesn't reboot when halted via JTAG. Yes, on the older generation
28 ## AdUC702x, timer3 continues running even when the CPU is halted.
29
30 proc watchdog_service {} {
31 global watchdog_hdl
32 mww 0xffff036c 0
33 # puts "watchdog!!"
34 set watchdog_hdl [after 500 watchdog_service]
35 }
36
37 proc target_0_post_halt {} { watchdog_service }
38 proc arget_0_pre_resume {} { global watchdog_hdl; after cancel $watchdog_hdl }

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)