Changeset 438 for EcnlProtoTool/trunk


Ignore:
Timestamp:
Jul 7, 2020, 12:37:15 PM (4 years ago)
Author:
coas-nagasima
Message:

デバッグの設定のメモを追加

Location:
EcnlProtoTool/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/target/gr_peach_gcc/renesas_rza1h_swd.cfg

    r321 r438  
    55set _CHIPNAME rza1h
    66swj_newdap $_CHIPNAME cpu -expected-id 0x00000000
     7dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
    78
    89set ENDIAN little
    910
    1011set _TARGETNAME $_CHIPNAME.cpu
    11 target create $_TARGETNAME cortex_a -chain-position $_TARGETNAME
     12target create $_TARGETNAME cortex_a -dap $_CHIPNAME.dap
    1213
    1314#debug_level 3
     
    1920gdb_breakpoint_override hard
    2021
     22${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit"
     23
    2124init
    2225cortex_a dbginit
    2326cortex_a maskisr on
    24 
    25 ${_TARGETNAME} configure -event reset-assert-post "cortex_a dbginit"
     27arm semihosting disable
    2628
    2729reset
Note: See TracChangeset for help on using the changeset viewer.