Re: [avr-gcc-list] Boot loader issues

2013-03-14 Thread Senthil Kumar Selvaraj
On Thu, Mar 14, 2013 at 11:48:44AM +0100, Georg-Johann Lay wrote: > Senthil Kumar wrote: > >On Thu, Mar 14, 2013 at 10:09 AM, larry barello wrote: > >[...] > > Would you please use plain text messages on the lists? Thanks. > > And please, don't quote email addresses on the lists. > > No issue

Re: [avr-gcc-list] Boot loader issues

2013-03-14 Thread Georg-Johann Lay
Senthil Kumar wrote: On Thu, Mar 14, 2013 at 10:09 AM, larry barello wrote: [...] Would you please use plain text messages on the lists? Thanks. And please, don't quote email addresses on the lists. No issue here, but list archives like from gcc@, gcc-help@, etc. will cite you complete mai

Re: [avr-gcc-list] Boot loader issues

2013-03-14 Thread Georg-Johann Lay
larry barello schrieb: 1. How do I specify a long call from my application to jump into the boot-loader (which resides at 0x2). This is my solution: case SMB_GOTO_BOOTLOADER: EIND = 1; // HACK HACK ((void (*)(bool bCalled))((BOOT_SECTION_START)

Re: [avr-gcc-list] Boot loader issues

2013-03-14 Thread Senthil Kumar
On Thu, Mar 14, 2013 at 10:09 AM, larry barello wrote: > I am implementing a boot-loader for the Xmega. Actually I have a working > boot-loader, but I had to do some ugly things that I am sure there are > proper ways to do if I were not so ignorant. > > Pointers to FAQ, samples or replies apprec

[avr-gcc-list] Boot loader issues

2013-03-13 Thread larry barello
I am implementing a boot-loader for the Xmega. Actually I have a working boot-loader, but I had to do some ugly things that I am sure there are proper ways to do if I were not so ignorant. Pointers to FAQ, samples or replies appreciated. I did find the libc FAQ and the gnu documentation on thi