From dsmanivannan at yahoo.co.in Mon Jan 4 21:53:44 2010 From: dsmanivannan at yahoo.co.in (Manivannan.DS) Date: Mon Jan 4 23:07:11 2010 Subject: [Icc-avr] ICC AVR License Message-ID: <860225.79037.qm@web94613.mail.in2.yahoo.com> hi all, I am using ICC AVR V7. As my system got crashed I want to transfer my license to Laptop kindly let me know the procedure to renew my ICCAVR license. Thanks & Regards, Manivannan.D Mob:+919942111779 The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20100105/f475fcd2/attachment.html From bobgardner at aol.com Mon Jan 4 22:03:24 2010 From: bobgardner at aol.com (bobgardner@aol.com) Date: Mon Jan 4 23:16:58 2010 Subject: [Icc-avr] ICC AVR License In-Reply-To: <860225.79037.qm@web94613.mail.in2.yahoo.com> References: <860225.79037.qm@web94613.mail.in2.yahoo.com> Message-ID: <8CC5BE3ECD63686-1EC0-177C7@webmail-d004.sysops.aol.com> I think its as easy as: hit the register button in the help menu, copy the hex string it generates, send an email to license@imagecraft.com with the string in it. I think its automated so it might work in the middle of the night. Or Richard might be up and handle it for you. -----Original Message----- From: Manivannan.DS To: Icc-avr@imagecraft.com Sent: Tue, Jan 5, 2010 12:53 am Subject: [Icc-avr] ICC AVR License hi all, I am using ICC AVR V7. As my system got crashed I want to transfer my license to Laptop kindly let me know the procedure to renew my ICCAVR license. Thanks & Regards, Manivannan.D Mob:+919942111779 The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. _______________________________________________ cc-avr mailing list cc-avr@imagecraft.com ttp://dragonsgate.net/mailman/listinfo/icc-avr -------------- next part -------------- An HTML attachment was scrubbed... URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20100105/01859258/attachment.html From richard-lists at imagecraft.com Mon Jan 4 22:01:43 2010 From: richard-lists at imagecraft.com (Richard Man) Date: Mon Jan 4 23:17:04 2010 Subject: [Icc-avr] ATMega128 addressing and text_end In-Reply-To: <4B28AB56.3000203@edab.nu> References: <04671BB8D269034BBC4BB6BA894867261CBFC7@sserver.SabreTechnology.local> <0MMTtG-1NR4l63LOI-008gkx@mrelay.perfora.net> <200912102201.nBAM1eHm095045@mail.imagecraft.com> <4B28AB56.3000203@edab.nu> Message-ID: <201001050717.o057H2Gk062566@mail.imagecraft.com> Sorry for the late response. Where did the time go? :-) I don't think there is an easy way to programmatically discover the high bits for __text_end, but you can hardcode it easily enough? May be some conditional compilation based on the target.... At 01:41 AM 12/16/2009, you wrote: >Hmm, I just ordered the pro version of the compiler, to support >128kb code flash in atmega128. > >Now I'm looking on how to adjust my software for this upgrade. > >I'm currently using _text_end to get the total length of the >firmware, so the bootloader can calculate the length of the fw. > >I assume that code will no longer work, seeing how a data pointer >will still only be 16-bit.. >Will I be able to retrieve the length of the application somehow..? > >extern unsigned const char _text_end; >const char * const FwLength = &_text_end; > >best regards >Johan // richard // http://rfman.wordpress.com // http://www.imagecraft.com/pub/Portfolio09/ From johan at edab.nu Tue Jan 5 00:51:15 2010 From: johan at edab.nu (=?ISO-8859-1?Q?Johan_Wallstr=F6m?=) Date: Tue Jan 5 02:04:42 2010 Subject: [Icc-avr] ATMega128 addressing and text_end In-Reply-To: <201001050717.o057H2Gk062566@mail.imagecraft.com> References: <04671BB8D269034BBC4BB6BA894867261CBFC7@sserver.SabreTechnology.local> <0MMTtG-1NR4l63LOI-008gkx@mrelay.perfora.net> <200912102201.nBAM1eHm095045@mail.imagecraft.com> <4B28AB56.3000203@edab.nu> <201001050717.o057H2Gk062566@mail.imagecraft.com> Message-ID: <4B42FD83.4010503@edab.nu> Hei We could do it in asm actually _FwBlock_End:: .word `__text_end Richard Man skrev: > Sorry for the late response. Where did the time go? :-) > > I don't think there is an easy way to programmatically discover the > high bits for __text_end, but you can hardcode it easily enough? May > be some conditional compilation based on the target.... > > > At 01:41 AM 12/16/2009, you wrote: > >> Hmm, I just ordered the pro version of the compiler, to support 128kb >> code flash in atmega128. >> >> Now I'm looking on how to adjust my software for this upgrade. >> >> I'm currently using _text_end to get the total length of the >> firmware, so the bootloader can calculate the length of the fw. >> >> I assume that code will no longer work, seeing how a data pointer >> will still only be 16-bit.. >> Will I be able to retrieve the length of the application somehow..? >> >> extern unsigned const char _text_end; >> const char * const FwLength = &_text_end; >> >> best regards >> Johan > > // richard > // http://rfman.wordpress.com > // http://www.imagecraft.com/pub/Portfolio09/ > _______________________________________________ > Icc-avr mailing list > Icc-avr@imagecraft.com > http://dragonsgate.net/mailman/listinfo/icc-avr > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.5.431 / Virus Database: 270.14.124/2599 - Release Date: 01/04/10 08:24:00 > > From richard-lists at imagecraft.com Tue Jan 5 01:19:54 2010 From: richard-lists at imagecraft.com (Richard Man) Date: Tue Jan 5 02:35:15 2010 Subject: [Icc-avr] ATMega128 addressing and text_end In-Reply-To: <4B42FD83.4010503@edab.nu> References: <04671BB8D269034BBC4BB6BA894867261CBFC7@sserver.SabreTechnology.local> <0MMTtG-1NR4l63LOI-008gkx@mrelay.perfora.net> <200912102201.nBAM1eHm095045@mail.imagecraft.com> <4B28AB56.3000203@edab.nu> <201001050717.o057H2Gk062566@mail.imagecraft.com> <4B42FD83.4010503@edab.nu> Message-ID: <201001051035.o05AZEix064529@mail.imagecraft.com> Of course :-) At 12:51 AM 1/5/2010, Johan Wallstr?m wrote: >Hei > >We could do it in asm actually > >_FwBlock_End:: > .word `__text_end > >Richard Man skrev: >>Sorry for the late response. Where did the time go? :-) >> >>I don't think there is an easy way to >>programmatically discover the high bits for >>__text_end, but you can hardcode it easily >>enough? May be some conditional compilation based on the target.... // richard // http://rfman.wordpress.com // http://www.imagecraft.com/pub/Portfolio09/ From tom at stonedesign.dk Wed Jan 6 05:28:33 2010 From: tom at stonedesign.dk (Tom Steenberg) Date: Wed Jan 6 06:42:04 2010 Subject: [Icc-avr] i2c monitor Message-ID: <005a01ca8ed4$25e18cb0$71a4a610$@dk> Hey Has anybody seen a I2C monitor (in C). Basically I need to monitor a I2C with any acknowledge or clock hold etc. It seems that the TWI can't be used. Any ideas? Best regards Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20100106/1ae2a200/attachment.html From jassenbaum at htp-tel.de Wed Jan 6 12:09:38 2010 From: jassenbaum at htp-tel.de (Johannes Assenbaum) Date: Wed Jan 6 13:23:06 2010 Subject: [Icc-avr] i2c monitor References: <005a01ca8ed4$25e18cb0$71a4a610$@dk> Message-ID: Hi Tom, I'd use the USI of a mega##5 or mega##9, and start with code from AVR312 app note. Best regards, Johannes > Hey > Has anybody seen a I2C monitor (in C). Basically I need to monitor a I2C > with any acknowledge or clock hold etc. It seems that the TWI can't be used. > Any ideas? > Best regards > Tom From icc-avr at imagecraft.com Wed Jan 6 18:09:56 2010 From: icc-avr at imagecraft.com (icc-avr@imagecraft.com) Date: Wed Jan 6 18:09:59 2010 Subject: [Icc-avr] Hello icc-avr@dragonsgate.net ! Message-ID: <201001070209.o0729uNX084225@mail.imagecraft.com> An HTML attachment was scrubbed... URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20100106/2928aaa7/attachment.html From richard at imagecraft.com Thu Jan 7 19:23:42 2010 From: richard at imagecraft.com (richard) Date: Thu Jan 7 19:23:44 2010 Subject: [Icc-avr] Mailing lists will be DOWN for the next few days Message-ID: <201001080323.o083Ngwk098014@mail.imagecraft.com> We are switching to use Google Apps for our email service. Very likely we will need to switch to yahoo groups or google groups for email lists. I will select the least intrusive service. Sorry about the inconvenience. You can email me directly (richard@imagecraft.com) if you have suggestions, comments, etc. // richard