0

I have Microchip studio 7.02594 and unable to use ATATMEL-ICE since is not showing under device programming. enter image description here

I got below error when start microchip studio.

enter image description here

Below is my device manager

enter image description here

I have tries to reinstall drive using zadig. Change driver to all below options:

  1. WinUSB
  2. LibusbK
  3. Lilusb-win32
  4. WinUSB(Microsoft)

Non is working.

I also try the ATATMEL-ICE on another computer and is fully functioning.

Please let me know if you have any questions.

Shahreza
  • 113
  • 5

2 Answers2

0

In Microchip Studio, try opening Tools -> Options -> Debugger -> Backend Agent, and uncheck Start Local Backend.

Now repeat, but re-check the same option.

I've experienced loss of connection/crashes during debug sessions maybe a few times a year resulting in the ICE not appearing, and restarting the backend agent always makes it re-appear.

jwilo
  • 152
  • 1
  • 9
0

For my case I have found a solution. The reason was probably a Windows update. After installing two additional Intel USB drivers at "Windows Updates"/ "Optional Updates" / "Driver Updates" the communication with my Atmel ICE worked again. Maybe this helps one or the other.

zforgo
  • 2,508
  • 2
  • 14
  • 22
Reimar
  • 1