From: Lodewicus Maas on 16 Sep 2009 04:53 HI All I've looked at Keil uVIsion (Trial Version) as well as Asem51v1.3 (old stuff). Any suggestions of the compiler software you're using to write/compile your code and create hex files to upload to the ATMEL microcontrollers. I would rather review a few other options, than to invest in the Keil software, only to discover afterwards that there are maybe better tools for the job (Apologies for my tenses/grammar - English is my second language) Kind Regards
From: Meindert Sprang on 16 Sep 2009 05:25 "Lodewicus Maas" <wicus.maas(a)gmail.com> wrote in message news:EeWdna48jIcnOi3XnZ2dnUVZ8hKdnZ2d(a)saix.net... > HI All > > I've looked at Keil uVIsion (Trial Version) as well as Asem51v1.3 (old > stuff). > > Any suggestions of the compiler software you're using to write/compile your > code and create hex files to upload to the ATMEL microcontrollers. I am using ImageCraft for the AVR. Cheap and good. Excellent support. Meindert
From: David Brown on 16 Sep 2009 07:06 Lodewicus Maas wrote: > HI All > > I've looked at Keil uVIsion (Trial Version) as well as Asem51v1.3 (old > stuff). > > Any suggestions of the compiler software you're using to write/compile > your code and create hex files to upload to the ATMEL microcontrollers. > I would rather review a few other options, than to invest in the Keil > software, only to discover afterwards that there are maybe better tools > for the job > > (Apologies for my tenses/grammar - English is my second language) > > Kind Regards Atmel make a lot of different microcontrollers - are you talking about their 8051 devices, or something else? And have you looked at other architectures? There a couple of dozen other cpu architectures that are better suited to C development than the 8051, and have better ranges of tools.
From: Rich Webb on 16 Sep 2009 08:14 On Wed, 16 Sep 2009 11:25:44 +0200, "Meindert Sprang" <ms(a)NOJUNKcustomORSPAMware.nl> wrote: >"Lodewicus Maas" <wicus.maas(a)gmail.com> wrote in message >news:EeWdna48jIcnOi3XnZ2dnUVZ8hKdnZ2d(a)saix.net... >> HI All >> >> I've looked at Keil uVIsion (Trial Version) as well as Asem51v1.3 (old >> stuff). >> >> Any suggestions of the compiler software you're using to write/compile >your >> code and create hex files to upload to the ATMEL microcontrollers. > >I am using ImageCraft for the AVR. Cheap and good. Excellent support. Second vote here for Imagecraft. Been using it professionally for several years. -- Rich Webb Norfolk, VA
From: FreeRTOS info on 16 Sep 2009 08:39
"Rich Webb" <bbew.ar(a)mapson.nozirev.ten> wrote in message news:ggl1b5dd7k9f31qs3mbn2su0qee7p0hete(a)4ax.com... > On Wed, 16 Sep 2009 11:25:44 +0200, "Meindert Sprang" > <ms(a)NOJUNKcustomORSPAMware.nl> wrote: > >>"Lodewicus Maas" <wicus.maas(a)gmail.com> wrote in message >>news:EeWdna48jIcnOi3XnZ2dnUVZ8hKdnZ2d(a)saix.net... >>> HI All >>> >>> I've looked at Keil uVIsion (Trial Version) as well as Asem51v1.3 (old >>> stuff). >>> >>> Any suggestions of the compiler software you're using to write/compile >>your >>> code and create hex files to upload to the ATMEL microcontrollers. >> >>I am using ImageCraft for the AVR. Cheap and good. Excellent support. > > Second vote here for Imagecraft. Been using it professionally for > several years. Do ImageCraft make 8051 tools? -- Regards, Richard. + http://www.FreeRTOS.org Designed for Microcontrollers. More than 7000 downloads per month. + http://www.SafeRTOS.com Certified by T�V as meeting the requirements for safety related systems |