IAR free trial version
2004-06-16 by Cobb, Quentin
Yahoo Groups archive
Index last updated: 2026-04-28 22:41 UTC
Thread
2004-06-16 by Cobb, Quentin
I am t an Atmel seminar today an d just learned that IAR now has a free eval version. IAR make the *the* high-end AVR C compiler (normally mucho $). The eval version is limited to 4kb but otherwise has no restrictions & no time limit. Gotta love free software - Scanned for viruses by MessageLabs on behalf of Tesco Corporation -
2004-06-16 by Russell Shaw
Cobb, Quentin wrote: > I am t an Atmel seminar today an d just learned that IAR now has a free eval > version. > > IAR make the *the* high-end AVR C compiler (normally mucho $). The eval > version is limited to 4kb but otherwise has no restrictions & no time limit. > > Gotta love free software But that just aint free. It's a hook and sinker job;) How about free as in speech? There was this wonderful 3D mechanical CAD program (prodesktop express) that i learnt and used while i was still on windows. It was free for years, and was a reduced version (but still very good) of their paid-up version. Last december, it became non-free (now $1k+). It is still a very good program and worth it if mech-eng is your job (it's far better value than protel). Luckily, last minute subscribers for the free version got a 5 year licence;) It doesn't run on linux tho. I love writing cad programs. I have ideas and a keyboard;)
2004-06-18 by Jim McGinn
Hi Quentin, > I am t an Atmel seminar today an d just learned that IAR now has a free eval > version. Thanks for this tip! Regards, Jim McGinn ----- Original Message ----- From: "Cobb, Quentin" <quentin_cobb@tescocorp.com> To: <AVR-Chat@yahoogroups.com> Sent: Wednesday, June 16, 2004 9:03 AM Subject: [AVR-Chat] IAR free trial version > I am t an Atmel seminar today an d just learned that IAR now has a free eval > version. > > IAR make the *the* high-end AVR C compiler (normally mucho $). The eval > version is limited to 4kb but otherwise has no restrictions & no time limit.
> > Gotta love free software > > > > > - Scanned for viruses by MessageLabs on behalf of Tesco Corporation - > > > > > Yahoo! Groups Links > > > > >
2004-06-18 by Kiran Mysore Ramaprasad
HI, Thanks for the tip. Please let me know if i can compile the Sealed Lead Acid Battery Charger Code given in AVR-450 reference design by Atmel by using the free trial version of the IAR C Compiler. Regards, Kiran Jim McGinn <mcginn@mcginnovation.com> wrote: Hi Quentin, > I am t an Atmel seminar today an d just learned that IAR now has a free eval > version. Thanks for this tip! Regards, Jim McGinn
----- Original Message ----- From: "Cobb, Quentin" <quentin_cobb@tescocorp.com> To: <AVR-Chat@yahoogroups.com> Sent: Wednesday, June 16, 2004 9:03 AM Subject: [AVR-Chat] IAR free trial version > I am t an Atmel seminar today an d just learned that IAR now has a free eval > version. > > IAR make the *the* high-end AVR C compiler (normally mucho $). The eval > version is limited to 4kb but otherwise has no restrictions & no time limit. > > Gotta love free software > > > > > - Scanned for viruses by MessageLabs on behalf of Tesco Corporation - > > > > > Yahoo! Groups Links > > > > > Yahoo! Groups SponsorADVERTISEMENT --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/AVR-Chat/ To unsubscribe from this group, send an email to: AVR-Chat-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish.
2004-06-18 by David VanHorn
At 03:10 AM 6/18/2004 -0700, Kiran Mysore Ramaprasad wrote: >HI, > >Thanks for the tip. > >Please let me know if i can compile the Sealed Lead Acid Battery Charger Code given in AVR-450 reference design by Atmel by using the free trial version of the IAR C Compiler. Watch out for those ref designs, they are VERY basic. An SLA charger dosen't even need a processor, just a fixed output voltage buck or boost regulator, set to the right voltage. Nicad/NIMH charging is a bit more interesting. My codeset for that just about fills a tiny-26, though there is a bit of inter-processor comms that you might not need.