Re: [avr-gcc-list] ATmega32A

2011-06-28 Thread Joerg Wunsch
Peter Bozzay wrote: > "The differential input channels are not tested for devices in PDIP > Package. This feature is only guaranteed to work for devices in TQFP > and QFN/MLF Packages." But that doesn't mean anything were different at the chip level. It's still the same die that is built into t

Re: [avr-gcc-list] ATmega32A

2011-06-20 Thread Peter Bozzay
Hi, The next step will be adding separate menu positions for DIP and TQFP packages :-) Use commercial tools and it's already here. Atollic True Studio for Cortex M3 is an example. Different entries for different packages. Some difference in features/errata/workaround in different packages or

Re: [avr-gcc-list] ATmega32A

2011-06-18 Thread Stu Bell
On 6/18/2011 2:08 AM, j...@lillahusetiskogen.se wrote: On Sat, 18 Jun 2011 10:02:19 +0300 Oleksandr Redchuk wrote: 2011/6/18, Royce Pereira: So the menu item for 32A is just for psychological purposes ! The next step will be adding separate menu positions for DIP and TQFP packages :-) Use

Re: [avr-gcc-list] ATmega32A

2011-06-18 Thread jan
On Sat, 18 Jun 2011 10:02:19 +0300 Oleksandr Redchuk wrote: > 2011/6/18, Royce Pereira : > > > So the menu item for 32A is just for psychological purposes ! > > The next step will be adding separate menu positions for DIP and TQFP > packages :-) > Use commercial tools and it's already here. A

Re: [avr-gcc-list] ATmega32A

2011-06-18 Thread Oleksandr Redchuk
2011/6/18, Royce Pereira : > So the menu item for 32A is just for psychological purposes ! The next step will be adding separate menu positions for DIP and TQFP packages :-) -- wbr, ReAl ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org https://l

Re: [avr-gcc-list] ATmega32A

2011-06-17 Thread Royce Pereira
Hi, all, Indeed there is no (code wise) difference between 32, 32L & 32A (also applies to other MPUs like Mega8 etc). I recently tried a commercial compiler, where selection for 32, 32L, & 32A was given separately, and posed the same query to them. The answer was " All three are the same for the

[avr-gcc-list] ATmega32A

2011-06-17 Thread radres radres
Well. Why AVR Studio 5.0 include ATmega32A for AVR Assembler and also other compiler include ATmega32A for example CodeVisionAVR. But AVR-GCC and AVR Burn-O-Mat softwares don't include ATmega32A. I just wondered while in others include but AVR-GCC and AVR Burn-O-Mat don't. Thanks for the rep