X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fpsoc4.cfg;fp=tcl%2Ftarget%2Fpsoc4.cfg;h=d443b014499e1838ba26ba9c4f535e932a3ca989;hb=306e04e8259ac091db1208335f418c058e22a02f;hp=2416dbe90c8a954196ed561eb25665cccd15edc1;hpb=cd9b9a636411671808e8669ad8d6ee8f8815ad1b;p=fw%2Fopenocd 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