Please help!!
Whenever I export complied binary, it saves as an eightanaloginputs.hex
When I put this hex file into my Proteus it does not work.
How can I make it save as a standard.hex file instead?
What does that mean? Does Proteus not like it when you try to load? Or does it not do what you expect.
I did an export of blink and the hex file looks very normal to me. For a Nano, you get Blink.ino.eightanaloginputs.hex, for an Uno you get Blink.ino.standard.hex
I think that you can if you modify boards.txt (make a backup first); not tried. But it might just be easier (and safer) to rename the file in your file explorer if that is indeed the problem.
1 Like
Set the target device as an Ardiuno UNO before the export.
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.