3e4579b91de27b13b4f78d92122ce314ce0abc82
[fw/openocd] / tcl / target / renesas_rcar_reset_common.cfg
1 # Renesas R-Car Gen2 Evaluation Board common settings
2
3 reset_config trst_and_srst srst_nogate
4
5 proc init_reset {mode} {
6     # Assert both resets: equivalent to a power-on reset
7     adapter assert trst assert srst
8
9     # Deassert TRST to begin TAP communication
10     adapter deassert trst assert srst
11
12     # TAP should now be responsive, validate the scan-chain
13     jtag arp_init
14 }