- Timestamp:
- Jul 7, 2020, 12:37:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EcnlProtoTool/trunk/asp3_dcre/target/gr_peach_gcc/renesas_rza1h_swd.cfg
r321 r438 5 5 set _CHIPNAME rza1h 6 6 swj_newdap $_CHIPNAME cpu -expected-id 0x00000000 7 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu 7 8 8 9 set ENDIAN little 9 10 10 11 set _TARGETNAME $_CHIPNAME.cpu 11 target create $_TARGETNAME cortex_a - chain-position $_TARGETNAME12 target create $_TARGETNAME cortex_a -dap $_CHIPNAME.dap 12 13 13 14 #debug_level 3 … … 19 20 gdb_breakpoint_override hard 20 21 22 ${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit" 23 21 24 init 22 25 cortex_a dbginit 23 26 cortex_a maskisr on 24 25 ${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit" 27 arm semihosting disable 26 28 27 29 reset
Note:
See TracChangeset
for help on using the changeset viewer.