atmega32

hi , I have a question.How can we program a code on atmega32 with arduino. I wrote the code in codevision.

If you want to use the Arduino IDE and framework, you have to add at least a board description - see boards.txt. If the controller is not yet implemented in the framework, you better chose an already supported controller.

this page might be useful to you: GitHub - MCUdude/MightyCore: Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535