2018-02-19 10:39 AM
Hi friends;
How to generate a .bin file in atollic?
#.bin #atollic2018-02-20 12:43 AM
Hello,
From main menu please select Project -> Build Settings. Then please follow steps shown below.
Regards
Szymon
2018-02-20 01:59 AM
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
2018-02-20 02:13 AM
Have you tried renaming it to .bin ?
2018-02-20 02:20 AM
No.
I thought it might be different.
Does this solution make sense?
2018-02-20 02:52 AM
Does this solution make sense?
I have a similar tool for another debug pod (Segger J-Link), that solely relies on the file name ending.
Just renaming the file did the trick - which does not really speak for the developers of said tool ....
2018-02-20 03:00 AM
Thank you for your suggestion.
good work.
Regards
Ramazan
2018-02-20 06:46 AM
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.
2018-02-20 06:58 AM
If your using bin output often, add a post build step to rename it.
2018-02-20 07:50 AM
,
,
Looks like the forum move ate the attachments to the original thread. Will have to go fix that at some point
,