Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
August 17, 2009 - 6:52pm
|
Hi all, I´ve seen this FAQ about this subject: But I can´t find "the boxes 'Generate a Hex file' and/or 'Generate a Binary file'. " So, how can I create a .bin file ? Thanks Vince |
Hi
I think this description is for ride6.
In ride7 it really depends on which target you are working on.
For instance with ST7 or STM8 the bin file are always generated.
With ARM the bin file are never generated you can use hex2bin.exe to do it.
Regards
Matloub
Hi,
Why have you delete this parameter in ride7 if it was in ride6?
It avoids the use of another software...
Vince
I've got a modest sized (114k) .hex file for an STM32 development and the hex2bin utility (v1.1) reports:
C:\projects\Navetas\Zeo\Hub\obj\Rev.A>hex2bin Application.hex
HEX TO BIN FILE CONVERTER V1.1
Copyright Raisonance S.A. 2004
ERROR: Sorry, this utility is limited up to 16MB.
So I've still not got a .bin file to use with the STmicro bootrom flash utility
HI Mischief
This executable is used generally.
For STM32 you need to use hex2bin -o0x8000000 Application.hex command line.
Regards
Matloub