source: EcnlProtoTool/trunk/asp3_dcre/target/gr_peach_gcc/renesas_rza1h_swd.cfg@ 438

Last change on this file since 438 was 438, checked in by coas-nagasima, 4 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
3source [find target/swj-dp.tcl]
4
5set _CHIPNAME rza1h
6swj_newdap $_CHIPNAME cpu -expected-id 0x00000000
7dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
8
9set ENDIAN little
10
11set _TARGETNAME $_CHIPNAME.cpu
12target create $_TARGETNAME cortex_a -dap $_CHIPNAME.dap
13
14#debug_level 3
15adapter_khz 1000
16adapter_nsrst_delay 400
17reset_config srst_only
18
19gdb_target_description disable
20gdb_breakpoint_override hard
21
22${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit"
23
24init
25cortex_a dbginit
26cortex_a maskisr on
27arm semihosting disable
28
29reset
30halt
Note: See TracBrowser for help on using the repository browser.