Debugging an AVR under Linux using the JTAG ICE mkII and gdb.
Loading...
11,511
Loading...
Uploader Comments (linuxgeek81)
see all
All Comments (9)
-
nice video, where did you get that JTAG ICE MKII? and how much?
-
You didn't get this from ebay?
-
i'd like to know more about the details on the jatgice mkii + avarice setup....
currently i'm struggling with avarice to talk with the OnChip Debug feature. how can i get in touch with you
-
Nice video! Thanks! Is it possible to set port pins / registers (e.g. PORTB, DDRB, etc...) using the debugger (so you could set an LED on directly rather than setting a variable that is then written to the port?
-
Hi..
I think you don't need a 16-bit int..
You can change your if to:
if((status <<= 1) == 0))
{ status=1;
}
because when status is 0xff and you shift it, it will become 0x00
-
great video, thanks for sharing!!!
Loading...
This would have been so useful to me a while back. Haven't done any AVRing since then. This should help you out a bunch
HLSDK 2 years ago
Yes, I'm sure it'll become quite handy. Actually debugging AVRs is quite cool ;)
linuxgeek81 2 years ago
nice vid! I really want a jtag ice mk2, but its so expensive.
djodin 2 years ago
Odin :D How's the art? I hope you do well?
Yes it's expensive but I got it rather inexpensive on the second hand market ;)
linuxgeek81 2 years ago
A very interesting room/workshop
matthew376 2 years ago
You mean my living room? *jokingly ;)
linuxgeek81 2 years ago