Questions tagged [atmel-ice]

6 questions
1
vote
0 answers

Can't flash microcontroller through JTAG

I designed a board and added a JTAG interface to program the built-in ATmega32 16U via an Atmel-ICE. I have already measured the individual pins of the JTAG with a multimeter and there is also 4.5 V at the decisive pins. I connected the JTAG…
Not ASMR
  • 11
  • 2
1
vote
0 answers

Is ATSAM4S4A supported by ATMEL ICE debugger?

I have a huge confusion on whether or not this MCU(ATSAM4s4AA-AU) is supported by the ATMEL ICE debugger. First, I checked the official website for ATSAM4S4A and when I got to the "Emulators and Debuggers" section, only the J32 Debug probe was…
Phill Donn
  • 367
  • 1
  • 12
1
vote
1 answer

Atmel-ICE got burned. Need identification of IC marked: BYJ 42J P5D0

I managed to burn my ATMEL-ICE by connecting 24V to GND on my PCB, while the ICE was connected to it. Now, I found that this IC (P5D0) gets really hot as soon as I connect the USB to the ICE: But I do not know what its name is. Googling P5D0 / BYJ…
0
votes
1 answer

ATSAMD21 doesn't seem to start, device not found/detected

I just finished assembling my PCB with an ATSAMD21G18A and was super thrilled to flash it with my program. Sadly Atmel Studio tells me that it can't find the device. I tried to debug the whole thing, but I still don't have it working. I think I'm…
Felix Kunz
  • 318
  • 2
  • 11
0
votes
0 answers

Program for LED blink

I am newbie in programming the microcontroller. I would like to test the micro by blinking the LED in a pin. The micro is SAMR35J18B and I am using ATMEL ICE programmer and ATMEL studio software for the programming. I am able to detect the micro in…
0
votes
0 answers

How to program and then flash an ARM SAMD21 baremetal?

I want to make a simple program for a custom board with a SAMD21 core, without using any previously existing framework, like the arduino framework. The code to start with is just a simple main() with two int variables that are increased and…