[avr-gcc-list] program memory and data memory bus

2005-11-23 Thread antonioromano
Hi for all, I'm new in AVR programming and i don't know very well this architecture. can u tell me the size of program memory bus and the size of data memory bus? i have understand that the size of memory size is 16 bit and 8 bit for data bus. i have well understand ? Tnks for all. Antonio

[avr-gcc-list] bus size

2005-11-22 Thread antonioromano
Hi, what's the size of program memory and data memory bus in ATmega128? Tnx in advance, Antonio - Visita http://domini.interfree.it, il sito di Interfree dove trovare soluzioni semplici e complete che soddisfano le tue

[avr-gcc-list] bus size

2005-11-22 Thread antonioromano
Hi, what's the size of program memory and data memory bus in ATmega128? Tnx in advance, Antonio - Visita http://domini.interfree.it, il sito di Interfree dove trovare soluzioni semplici e complete che soddisfano le tue

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

2005-11-16 Thread antonioromano
Hi, I'm new here. I'm working with ATmega128, Stk500, stk501 and jTagIce mkII. i have installed on my windows XP AvrStudio 4.12 and WinAvr 20050214. WinAvr uses Avr-Gcc 3.4.3 and GDB 6.1. I have a problem with the following code: #include avr/io.h int somma(int a, int b) {

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

[avr-gcc-list] solve problem

2005-11-16 Thread antonioromano
I solve the problem of debbugging on atmega128. I must set off the fuse of compatibility mode atmega103. thanks foor all, Antonio - Visita http://domini.interfree.it, il sito di Interfree dove trovare soluzioni semplici e

[avr-gcc-list] what version of AVRSTUDIO work with WinAVR?

2005-11-15 Thread antonioromano
you can tell me what version of AVRSTUDIO work with WINAVR? - Visita http://domini.interfree.it, il sito di Interfree dove trovare soluzioni semplici e complete che soddisfano le tue esigenze in Internet, ecco due esempi di

[avr-gcc-list] problem with debbuggin with AVRStudio 4.12 and WinAvr

2005-11-15 Thread antonioromano
Hi, I built the following code with AVRStudio 4.12, WinAvr 20050214, AVR Gcc 3.4.3 and AVR libc 1.2.3 and debbugging with GDB 6.1 step by step. Main regularly calls somma(e,r) . But after it's ended the control flow does not return to main but after its last instruction ( exit()). I thank