From 4a40229217fc8644d483c92a2b68fff84e8abbbb Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 5 Mar 2022 17:46:08 +0000 Subject: [PATCH] Updated exception message for debugWire activation failure --- .../CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp index d7803567..6a3629ba 100644 --- a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp +++ b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp @@ -230,7 +230,8 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr ) { throw DebugWirePhysicalInterfaceError( "Failed to activate the debugWire physical interface - check target connection. " - "The target's DWEN fuse bit may need to be updated. See [TODO_ADD_LINK] for more information." + "If the target was recently programmed via ISP, try cycling the target power. See " + + Paths::homeDomainName() + "/docs/debugging-avr-debugwire for more information." ); }