0
\$\begingroup\$

Example:
Arduino leonardo uses Atmega32U4. What if one wants to program/develop for the plain ATmega32.

asked Jan 18, 2014 at 12:18
\$\endgroup\$
6
  • \$\begingroup\$ "Arduino" is an agglomeration of lot of separate projects: A terrible Text editor, a java code-munging tool so you don't have to write proper C++, AVR-GCC for the actual compiling, AVRDude for programming, the optiboot bootloader, etc... Which part, specifically, do you want to use? \$\endgroup\$ Commented Jan 18, 2014 at 17:14
  • \$\begingroup\$ @ConnorWolf I agree that the editor is quite terrible, well I'm most interested in using the library part. Quite often I need to do Proof_Of_concept stuff and using those libraries makes my life easy. \$\endgroup\$ Commented Jan 18, 2014 at 18:10
  • \$\begingroup\$ I refuse to call it a IDE. In any event, have you tried Stino? It's the toolchain and libraries, coupled to probably the best text editor ever, sublime text. I use the toolchain for quick&lazy prototyping myself a lot as well (through stino), though I tend to basically only use the serial libraries, and do the rest myself (IO pins, interrupts, etc...). \$\endgroup\$ Commented Jan 18, 2014 at 21:16
  • \$\begingroup\$ @ConnorWolf At present, I use notepad++ with avr-gcc/WinAVR for my AVR projects. Most of my code is hand-crafted. Stino seems a good option.. But Sublime is too costly. I'll have to stick to arduino till I find some workaround like Stino for notepad++. \$\endgroup\$ Commented Jan 19, 2014 at 8:42
  • \$\begingroup\$ It only took a few seconds to google the answer to your question. if there is a supported arduino board that uses that part, then why wouldnt you be able to use it with the arduino libraries and tools? get the arduino bootloader on the part wire it right, and there you go. \$\endgroup\$ Commented Jan 21, 2014 at 2:38

1 Answer 1

1
\$\begingroup\$

You can use the Arduino IDE with any MCU you can find compatibility files for. You may need to use a ISP programmer though, unless you can also find an appropriate bootloader (which you'll need a ISP programmer to upload regardless).

answered Jan 18, 2014 at 13:07
\$\endgroup\$
3
  • \$\begingroup\$ Is there some literature/tut/blog on How to create such compatibility files (apart from reverse engineering them) ? \$\endgroup\$ Commented Feb 23, 2014 at 14:01
  • \$\begingroup\$ I haven't found any yet, the best thing is probably to start here and muck around. \$\endgroup\$ Commented Feb 23, 2014 at 16:19
  • \$\begingroup\$ Thanks, That's very helpful. I was looking (exactly)for this. See this, I never reached it( the link provided by you). \$\endgroup\$ Commented Feb 23, 2014 at 16:37

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.