You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have an old JTAGICE mkII but are stuck with the old firmware version 6.07 (AVR Studio 4.18).
You don't want to download and install Atmel Studio 7 only to upgrade the firmware.
Unfortunately starting Avarice with --capture does not work as expected.
The target seems to halt but JTAGICE sends a break event where the PC value is zero.
Calling resumeProgram() just before interruptProgram() does the trick.
Accordingly to the AVR067 application note this command does nothing if the target is already running so it should not cause any harm in general.
However, I cannot test with latest firmware versions.
cdealti
2016-04-14 19:21:45.808000
You have an old JTAGICE mkII but are stuck with the old firmware version 6.07 (AVR Studio 4.18).
You don't want to download and install Atmel Studio 7 only to upgrade the firmware.
Unfortunately starting Avarice with --capture does not work as expected.
The target seems to halt but JTAGICE sends a break event where the PC value is zero.
Calling resumeProgram() just before interruptProgram() does the trick.
Accordingly to the AVR067 application note this command does nothing if the target is already running so it should not cause any harm in general.
However, I cannot test with latest firmware versions.
diff --git a/avarice/src/jtag2io.cc b/avarice/src/jtag2io.cc
index fc0a80a..55a1293 100644
--- a/avarice/src/jtag2io.cc
+++ b/avarice/src/jtag2io.cc
@@ -772,6 +772,7 @@ void jtag2::initJtagBox(void)
startJtagLink();
changeBitRate(115200);
resumeProgram();
interruptProgram();
deviceAutoConfig();
This issue was migrated from https://sourceforge.net/p/avarice/patches/36/
The text was updated successfully, but these errors were encountered: