psoc4.cfg: fixed typo in message, add a hint
PSoC4 design prevents reset halt/init with standard/low level SWD adapter if hw reset line configured. Give user hint to use 'reset_config none' in such case. Change-Id: I0ca2c46b8575829b0013fd151f2eb63963d66653 Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/3617 Tested-by: jenkins Reviewed-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
parent
cd9b9a6364
commit
306e04e825
|
@ -127,7 +127,7 @@ proc ocd_process_reset_inner { MODE } {
|
|||
set pc [ocd_reg pc]
|
||||
regsub {pc[^:]*: } $pc "" pc
|
||||
if { $pc < 0x10000000 || $pc > 0x1000ffff } {
|
||||
return -code error [format "TARGET: %s - Not halted is system ROM" $t]
|
||||
return -code error [format "TARGET: %s - Not halted in system ROM, use 'reset_config none'" $t]
|
||||
}
|
||||
|
||||
# Set registers to reset vector values
|
||||
|
|
Loading…
Reference in New Issue