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

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 504 bytes
Line 
1# Renesas RZ/A1H
2
3source [find target/swj-dp.tcl]
4
5set _CHIPNAME rza1h
6swj_newdap $_CHIPNAME cpu -expected-id 0x00000000
7
8set ENDIAN little
9
10set _TARGETNAME $_CHIPNAME.cpu
11target create $_TARGETNAME cortex_a -chain-position $_TARGETNAME
12
13#debug_level 3
14adapter_khz 1000
15adapter_nsrst_delay 400
16reset_config srst_only
17
18gdb_target_description disable
19gdb_breakpoint_override hard
20
21init
22cortex_a dbginit
23cortex_a maskisr on
24
25${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit"
26
27reset
28halt
Note: See TracBrowser for help on using the repository browser.