RE: [avr-chat] Re: [avr-gcc-list] AVR ISP Error

2005-08-26 Thread Jim Brooks
There is no button in the AVRISP. In the docs somewhere it says to power the AVRISP( the led comes on, cycles colors and settles on green I think). You should not connect it to your target as this usually mungs communications with the micro's in the ISP. Once the AVRISP is idle(green status led),

[avr-gcc-list] Stack Pointer

2005-08-26 Thread massoud sabzali
Hi friends i want to expand stack space to external memory whole 60Kbyte external region. i'm using ATMega128 micro. i want to know is Stack Pointer capable to address external memory? is there anyway to use external memory to place stack frame? Thanks

RE: [avr-chat] Re: [avr-gcc-list] AVR ISP Error

2005-08-26 Thread Parthasaradhi Nayani
Hello everybody, There is no switch in the ISP unit. One has to open the covers and there is a provision on the PCB to solder a two pin jumper (taken out of berg connector). Once the soldering is done, plug in the jumper and power up the unit and after a short while the jumper can be removed. Now

Re: [avr-gcc-list] CALLBACK?????????

2005-08-26 Thread David Kelly
On Thu, Aug 25, 2005 at 07:45:22AM -0700, User Tomdean wrote: A callback is a function that will be called as a result of some pre-determined event or condition. The application code starts a function or routine that never returns. To get back to the application code, the callback function is