RE: [avr-gcc-list] Problem with debbuggin with AVRStudio, WinAvr and JtagIce mkII

2005-11-16 Thread Dave Hansen
From: [EMAIL PROTECTED] [...] #include avr/io.h int somma(int a, int b) { return a+b; } int main () { int e = 10; int r = 1; r = somma(e,r); r=r+1; return r; } it's a stupid program.

Re: RE: [avr-gcc-list] Problem with debbuggin with AVRStudio, WinAvr and JtagIce mkII

2005-11-16 Thread antonioromano
Problem is most serious. The Push and Pop and Ret operation does not functioning corretly. When i do the Push and Pop operation the stack does unchage. thanks - Visita http://domini.interfree.it, il sito di Interfree dove

Re: [avr-gcc-list] Problem with debbuggin with AVRStudio, WinAvr and JtagIce mkII

2005-11-16 Thread Joerg Wunsch
[EMAIL PROTECTED] wrote: The Push and Pop and Ret operation does not functioning corretly. When i do the Push and Pop operation the stack does unchage. Try reading the FAQ... I bet you forgot to turn off the M103C fuse.