Skip to main content
Ramazan Gülcan
Associate III
February 19, 2018
Question

How to generate a .bin file in atollic?

  • February 19, 2018
  • 2 replies
  • 3581 views
Posted on February 19, 2018 at 19:39

Hi friends;

How to generate a .bin file in atollic?

#.bin #atollic
This topic has been closed for replies.

2 replies

Szymon PANECKI
Senior III
February 20, 2018
Posted on February 20, 2018 at 09:43

Hello,

From main menu please select Project -> Build Settings. Then please follow steps shown below.

0690X00000609hsQAA.png

Regards

Szymon

Ramazan Gülcan
Associate III
February 20, 2018
Posted on February 20, 2018 at 09:59

thank you for the answer.

I did it. but this feature does not produce .bin.

It generates .binary and this file does not open in Stm32 Utility.

Regards

Ramazan

AvaTar
Senior III
February 20, 2018
Posted on February 20, 2018 at 10:13

Have you tried renaming it to .bin ?

Tesla DeLorean
Guru
February 20, 2018
Posted on February 20, 2018 at 15:46

Or use your own objdump command line to generate the file as desired.

I've previously published an ELFARM utility that generates .BIN and .HEX from ELF/AXF files, the original Atollic eval version wouldn't emit these forms.

Anyway, review the content of the file (use File Manager, or Hex Editor of choice), it is just binary data, the file extension is only of consequence to the app that tried to load it or control the file open dialog.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
February 20, 2018
Posted on February 20, 2018 at 15:50

 ,

 ,

Looks like the forum move ate the attachments to the original thread. Will have to go fix that at some point

 ,
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..