source: asp3_wo_tecs/trunk/target/gr_peach_gcc/renesas_rza1h_swd.cfg@ 307

Last change on this file since 307 was 307, checked in by ertl-honda, 7 years ago

gr-peach依存部の追加

File size: 532 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.