I wire up this schematic on my breadboard. I've verified that the 3V3 LDO is working. Atmel Studio on my Windows machine can see the Atmel ICE. The simple blink compiles fine too. However, I cannot upload / debug code. Either the Atmel ICE or the ATSAMD11D14 is not responding. Hints for a n00b? Thanks!
Asked
Active
Viewed 175 times
1
-
Bypass capacitors, double check the wiring. Take note of the fact that the pinout of the Atmel ICE is backwards from the standard so it is usually used with a flipped cable. Should your MCU have a clock circuit? Do you need to connect the reset to the ICE? Can you try the ICE with another target? What is the power consumption of your board with and without the reset asserted? – Chris Stratton Feb 20 '18 at 00:28
-
1@ChrisStratton, thank you for the suggestions. I DID make two wiring mistakes: 1. I did not have reset connected. 2. I did not have VCC connected to the ICE. I thought ICE is powered by USB, but I saw it referred to as VTREF. Once, I did that, I was able to get further. A few more configuration corrections in Atmel Studio later, I was able to blink the LED! Thank you! – Hari Wiguna Feb 20 '18 at 16:42
-
1This isn't a forum where you mark threads as closed by editing the title. Since you found the problem, you can post an answer, then accept that answer. That will properly close things off. If you don't do that, it will keep popping up on the front page until somebody gets fed up and has it closed. Don't be the guy who leaves a mess behind him. – JRE Feb 20 '18 at 17:13
-
@JRE, I apologize for editing the title. I've added an answer as you suggested. Let me know there is more I need to correct. – Hari Wiguna Feb 20 '18 at 17:38
-
You should be able to accept your answer in a day or two. If you do that, all will be well. – JRE Feb 20 '18 at 21:07
1 Answers
1
The issue was that I did not have reset and vcc (as a target voltage reference) of the ATSAMD11D14 connected to the Atmel ICE. Once I've done that, Atmel Studio was able to talk to the microcontroller.

Chris Stratton
- 33,282
- 3
- 43
- 89

Hari Wiguna
- 93
- 1
- 8