5/27/2019 [Link]/Arduino_projekts/hex-arduino.
html
How to get .hex from Arduino?
Starting with version 0018, in the Arduino IDE there is no possibility to save the .hex file in the folder with the sketch. But do not
despair - there is naturally a way out)
We launch our Arduino IDE, and open our "favorite" sketch, click Verify:
Next, open the explorer and write% temp% \ there and press Enter:
We find there folders with the names [Link]:
In each of these folders there will be a bunch of files, we are interested in the [Link] file - this is our compiled Blink, which can
be uploaded to the microchip (or feed to Proteus)))))
Note
When you make changes with the source text of the sketch , the [Link] folder is automatically cleared, and you have to
[Link]/Arduino_projekts/[Link] 1/3
5/27/2019 [Link]/Arduino_projekts/[Link]
click Verify in order for the files to appear in it. In fact, it’s even convenient if you made changes, but didn’t save it - the proteus, for
example, starts screaming at once, screaming that there’s no file, where the file is)
Comment by RA3TOX
For recording, I use the USBASP programmer and the AVRDUDE_PROG v.3.3 program .
For a microprocessor with a 16 MHz quartz, the fuses are set as follows:
You can compile a sketch for the microprocessor to work with internal synchronization (without a quartz resonator). Data for this project
can be taken here: ArduinoToBreadboard .
For a microprocessor without a quartz resonator, fyuza are set as follows:
[Link]/Arduino_projekts/[Link] 2/3
5/27/2019 [Link]/Arduino_projekts/[Link]
[Link]/Arduino_projekts/[Link] 3/3