Hi, I've seen in google some solutions for older versions of arduino, someone can help me to operate the ATmega32-16PU in Arduino 1.0.1, I modified the file boards.txt but I get an error when compiling. Thank you!
In order to use the Arduino environment on chips other than the standard ones, you need more than a section in the boards.txt file. You need what is called a "core" for that chip. I am aware of cores for other chips such as several of the tiny's and the 1284p, but not for the 32. You might take a look at one of those alternative cores to get a feel for what it would take to create one for the 32...
The question has been asked before : http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1281368658
The answer was: It's not going to work.