Last change
on this file since 321 was 321, checked in by coas-nagasima, 6 years ago |
文字コードを設定
|
-
Property svn:eol-style
set to
native
-
Property svn:mime-type
set to
text/plain;charset=UTF-8
|
File size:
504 bytes
|
Line | |
---|
1 | # Renesas RZ/A1H
|
---|
2 |
|
---|
3 | source [find target/swj-dp.tcl]
|
---|
4 |
|
---|
5 | set _CHIPNAME rza1h
|
---|
6 | swj_newdap $_CHIPNAME cpu -expected-id 0x00000000
|
---|
7 |
|
---|
8 | set ENDIAN little
|
---|
9 |
|
---|
10 | set _TARGETNAME $_CHIPNAME.cpu
|
---|
11 | target create $_TARGETNAME cortex_a -chain-position $_TARGETNAME
|
---|
12 |
|
---|
13 | #debug_level 3
|
---|
14 | adapter_khz 1000
|
---|
15 | adapter_nsrst_delay 400
|
---|
16 | reset_config srst_only
|
---|
17 |
|
---|
18 | gdb_target_description disable
|
---|
19 | gdb_breakpoint_override hard
|
---|
20 |
|
---|
21 | init
|
---|
22 | cortex_a dbginit
|
---|
23 | cortex_a maskisr on
|
---|
24 |
|
---|
25 | ${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit"
|
---|
26 |
|
---|
27 | reset
|
---|
28 | halt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.