diff --git a/tcl/target/psoc4.cfg b/tcl/target/psoc4.cfg index 2416dbe90..d443b0144 100644 --- a/tcl/target/psoc4.cfg +++ b/tcl/target/psoc4.cfg @@ -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