Hi guys,
I am sure what I am asking might be already covered here before, but I failed to locate all parts in one place. I request you to help me with this or point me in the right direction.
I have used UNO R3 and leonardo previously, and programming/developent is really elegant and straight forward with arduino IDE and arduino boards. However, now I wish to program a atmega32(easily available here) and I see that the leonardo is built around atmega32u4. I'm quite sure people have already done this. My questions are:
- Does Arduino Makers encourage using other AVR chips(those not used in ARDUINO BOARDS like mega32 ) with ARDUINO IDE?
- How can one build/program for these AVR( as in generating hex files). Where/What changes are required? Pin Map, Memory Map, Clock settings etc. Does one need to go deep into arduino internals for doing this ? Is there a example or tutorial?
Thats all.
Thanks in advance