Compile AVR to BIN

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
jimha
Posts: 4
Joined: Sun Apr 07, 2013 3:13 pm
Been thanked: 1 time
Contact:

Compile AVR to BIN

Post by jimha »

Hi,

How can I compile my AVR (Xmega32A4) to BIN format?

Thanks!

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Compile AVR to BIN

Post by Benj »

Hello,

You can try replacing the file in the "Flowcode 7\compilers\avr\batchfiles" folder with the attached file. This should generate an additional .bin file for you when you compile.
avrb.bat
(666 Bytes) Downloaded 229 times
Please note the file produced will be a ProjectName.cof.bin mainly because I have hacked it in there. If the .cof causes any problems then it might need to be manually removed from the file name.

jimha
Posts: 4
Joined: Sun Apr 07, 2013 3:13 pm
Been thanked: 1 time
Contact:

Re: Compile AVR to BIN

Post by jimha »

It works w/ Thanks!

MarekRS2
Posts: 1
Joined: Fri Jul 05, 2019 10:17 pm
Contact:

Re: Compile AVR to BIN

Post by MarekRS2 »

Hello, can I compile .bin file for PIC 8bit MCU?

Post Reply