avrdudes / avarice

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.
GNU General Public License v2.0
35 stars 11 forks source link

[feature-request #9] Add support for ATmega32U2 #83

Open avrs-admin opened 2 years ago

avrs-admin commented 2 years ago

seplog 2016-03-11 08:57:50.633000

Hey,

I've added device support for the ATmega32U2 and it works basically. There exists some problems with starting a debug session. To start a debug session correctly I add a break-statement within the code. I compile it and run avarice and it stops at the break statement. After this, I add some breakpoints. Then I jump to the statement after the break. The proceeding I described here.

Greetings sep

This issue was migrated from https://sourceforge.net/p/avarice/feature-requests/9/