Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 8 Replies) Atmel ICE not shown in "Programmer" (Read 20004 times)
Xor
Junior Member
**
Offline


Posts: 14
Joined: Jan 15th, 2016
Re: Atmel ICE not shown in "Programmer"
Reply #20 - Feb 16th, 2016 at 9:18pm
Print Post  
Yes, I don't see why it wouldn't. But you have to have a new version of avrdude which supports the atmelice. 

The atmelice or rather the avrdude also supports more modes of the atmelice 

programmer
  id    = "atmelice";
  desc  = "Atmel-ICE (ARM/AVR) in JTAG mode";
  type  = "jtagice3";
  connection_type = usb;
  usbpid = 0x2141;
;

programmer
  id    = "atmelice_pdi";
  desc  = "Atmel-ICE (ARM/AVR) in PDI mode";
  type  = "jtagice3_pdi";
  connection_type = usb;
  usbpid = 0x2141;
;

programmer
  id    = "atmelice_dw";
  desc  = "Atmel-ICE (ARM/AVR) in debugWIRE mode";
  type  = "jtagice3_dw";
  connection_type = usb;
  usbpid = 0x2141;
;

And with the atmelice you also can programm the arm family of atmel. 

But I am not sure which of that is useful for you/VM.

For example I'd really love JTAG support. I know arduinos don't support it. But at least I am not always using the arduino capabilities but rather the nice VS integration and everything in one place approach, which I really like. Smiley
« Last Edit: Feb 16th, 2016 at 9:19pm by Xor »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Atmel ICE not shown in "Programmer"
Reply #21 - Feb 16th, 2016 at 9:24pm
Print Post  
If you mean you want jtag debug then you can help.... 

Did you see the new gdb system that visual micro uses for the arduino zero? The same system, with a few config tweaks, should be able to do that.
  
Back to top
IP Logged
 
Xor
Junior Member
**
Offline


Posts: 14
Joined: Jan 15th, 2016
Re: Atmel ICE not shown in "Programmer"
Reply #22 - Feb 17th, 2016 at 10:50pm
Print Post  
Nope I didn't see that. That would actually be awesome.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint