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." ); }