Last change
on this file since 438 was 438, checked in by coas-nagasima, 3 years ago |
デバッグの設定のメモを追加
|
-
Property svn:eol-style
set to
native
-
Property svn:mime-type
set to
text/plain;charset=UTF-8
|
File size:
576 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 | dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
|
---|
8 |
|
---|
9 | set ENDIAN little
|
---|
10 |
|
---|
11 | set _TARGETNAME $_CHIPNAME.cpu
|
---|
12 | target create $_TARGETNAME cortex_a -dap $_CHIPNAME.dap
|
---|
13 |
|
---|
14 | #debug_level 3
|
---|
15 | adapter_khz 1000
|
---|
16 | adapter_nsrst_delay 400
|
---|
17 | reset_config srst_only
|
---|
18 |
|
---|
19 | gdb_target_description disable
|
---|
20 | gdb_breakpoint_override hard
|
---|
21 |
|
---|
22 | ${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit"
|
---|
23 |
|
---|
24 | init
|
---|
25 | cortex_a dbginit
|
---|
26 | cortex_a maskisr on
|
---|
27 | arm semihosting disable
|
---|
28 |
|
---|
29 | reset
|
---|
30 | halt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.