All Questions
6 questions
1
vote
0
answers
305
views
USB 3.0 Debug Cable with a Type-A To Type-C Adapter
I know that the USB 3.0 Debug Cable is just a standard USB 3.0 without the 5V supply line (VBUS).
I have a USB 3.0 Debug Cable Type-A to Type-A (in particular this one: USB 3.0 Debug Cable).
I need to ...
3
votes
0
answers
3k
views
What Is the Best Way to Debug an AVR Microcontroller Using the Command Line?
My AVR programming method is usually as follows:
compile the source code with avr-gcc:
...
1
vote
2
answers
236
views
Barebone ATSAMD11D14 not responding
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 ...
0
votes
1
answer
2k
views
avr-gdb doesn't stop at breakpoint
I'm trying to debug code on an 8 bit AVR microcontroller (Atmega328P) via debugWIRE using AVaRICE, avr-gdb and the JTAGICEmkII debugger.
I'm doing the following steps:
Compile the code with ...
8
votes
2
answers
4k
views
AVR debugwire in Linux
So, I have hooked up a ATtiny88, and am programming it with the Dragon AVR using ISP. I have also set up the build toolchain, using avrdude, and the gnu avr tools. Everything is working great.
Now I ...
23
votes
3
answers
11k
views
JTAG debugging AVR
Can anyone advise what hardware and software is required for debugging AVR in circuits?