We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a52780 commit c2cb6ceCopy full SHA for c2cb6ce
nanoFirmwareFlasher/StmJtagDevice.cs
@@ -86,10 +86,11 @@ public ExitCodes FlashHexFiles(IList<string> files)
86
}
87
88
// try to connect to device with RESET
89
- var cliOutput = RunSTM32ProgrammerCLI($"-c port=SWD sn={DeviceId} mode=UR reset=HWrst");
+ var cliOutput = RunSTM32ProgrammerCLI($"-c port=SWD sn={DeviceId} mode=NORMAL");
90
91
if (cliOutput.Contains("Error:"))
92
{
93
+ Console.WriteLine("");
94
return ExitCodes.E5002;
95
96
0 commit comments