Added link to debugWire article RE enabling the DWEN fuse bit
This commit is contained in:
@@ -139,7 +139,11 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
||||
|
||||
} catch (const Exceptions::DebugWirePhysicalInterfaceError& debugWireException) {
|
||||
if (!this->updateDwenFuseBitOnDebugWireFailure) {
|
||||
throw debugWireException;
|
||||
throw TargetOperationFailure(
|
||||
"Failed to activate debugWire physical interface - check target connection and DWEN fuse "
|
||||
"bit. Bloom can set the DWEN fuse bit automatically. For instructions on enabling this function,"
|
||||
" see " + Paths::homeDomainName() + "/docs/debugging-avr-debugwire"
|
||||
);
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user