Updated exception message for debugWire activation failure

This commit is contained in:
Nav
2022-03-05 17:46:08 +00:00
parent 084efa9979
commit 4a40229217

View File

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