NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » microcontroller programming
August 20, 2013 by narmi |
I recently view a tutorial that uses atmel32 chip and they compiled it from the winAvr editor to the chip without the command prompt. can i do the same with my nerdkit? |
---|---|
August 20, 2013 by Noter |
You could set up an IDE like Eclipse to compile and program the chip for you but that would be a whole lot more work unless you are already an expert on that sort of thing. |
August 21, 2013 by Rick_S |
Short answer, Yes, that is if you are referring to compiling from within programmers notepad. You can simply select the tools menu from the toolbar then select make all. This will process the makefile in the folder the program in the active window resides in. This actually shells out and runs make in the background, the response you would normally see on the command line appears in the 'Output' window at the bottom of programmers notepad. Rick |
August 21, 2013 by Ralphxyz |
Programmers NotePad like Rick suggested is part of of your install from Nerdkits! There is also Atmel Studio. Ralph |
Please log in to post a reply.
Did you know that two resistors can be used to make a voltage divider? Learn more...
|